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