AnnotationFinder.AnnotationInfo, AnnotationFinder.ClassInfo, AnnotationFinder.FieldInfo, AnnotationFinder.MethodInfo, AnnotationFinder.PackageInfo, AnnotationFinder.ParameterInfopublic class AnnotationFinder.Annotatable extends Object
| Constructor | Description |
|---|---|
Annotatable() |
|
Annotatable(AnnotatedElement element) |
| Modifier and Type | Method | Description |
|---|---|---|
List<AnnotationFinder.AnnotationInfo> |
getAnnotations() |
|
Annotation[] |
getDeclaredAnnotations() |
|
String |
getMetaAnnotationName() |
public Annotatable(AnnotatedElement element)
public Annotatable()
public Annotation[] getDeclaredAnnotations()
public List<AnnotationFinder.AnnotationInfo> getAnnotations()
public String getMetaAnnotationName()
Copyright © 2005–2018. All rights reserved.