public interface AnnotationExtracter
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
extractAnnotation(AnnotatedElement element,
Class<T> annotationType,
boolean declaredOnly) |
Class<? extends Annotation>[] |
getAnnotationTypes(AnnotatedElement element) |
boolean |
hasAnnotation(AnnotatedElement element,
Class<? extends Annotation> annotationType) |
boolean hasAnnotation(AnnotatedElement element, Class<? extends Annotation> annotationType)
Class<? extends Annotation>[] getAnnotationTypes(AnnotatedElement element)
<T extends Annotation> T extractAnnotation(AnnotatedElement element, Class<T> annotationType, boolean declaredOnly)