public interface AnnotationWrapper extends AnnotatedElement
| Modifier and Type | Method and Description |
|---|---|
default <T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
AnnotatedElement |
getAnnotationRoot() |
default Annotation[] |
getAnnotations() |
default <T extends Annotation> |
getDeclaredAnnotation(Class<T> annotationClass) |
default Annotation[] |
getDeclaredAnnotations() |
default Class<? extends Annotation>[] |
getIgnoredAnnotations() |
default Annotation[] |
getInjectedAnnotations() |
default AnnotatedElement |
getSecondaryAnnotationRoot() |
default boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
getAnnotationsByType, getDeclaredAnnotationsByTypeAnnotatedElement getAnnotationRoot()
default AnnotatedElement getSecondaryAnnotationRoot()
default Annotation[] getInjectedAnnotations()
default Class<? extends Annotation>[] getIgnoredAnnotations()
default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
isAnnotationPresent in interface AnnotatedElementdefault Annotation[] getAnnotations()
getAnnotations in interface AnnotatedElementdefault Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElementdefault <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in interface AnnotatedElementdefault <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass)
getDeclaredAnnotation in interface AnnotatedElement