public class AnnotationFinder.Annotatable
extends java.lang.Object
| Constructor and Description |
|---|
AnnotationFinder.Annotatable() |
AnnotationFinder.Annotatable(java.lang.reflect.AnnotatedElement element) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AnnotationFinder.AnnotationInfo> |
getAnnotations() |
java.lang.annotation.Annotation[] |
getDeclaredAnnotations() |
java.lang.String |
getMetaAnnotationName() |
public AnnotationFinder.Annotatable(java.lang.reflect.AnnotatedElement element)
public AnnotationFinder.Annotatable()
public java.lang.annotation.Annotation[] getDeclaredAnnotations()
public java.util.List<AnnotationFinder.AnnotationInfo> getAnnotations()
public java.lang.String getMetaAnnotationName()