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