public interface AnnotationFinder<E extends AnnotatedElement>
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getAnnotation(E element,
Class<T> annotationType) |
Annotation[] |
getAnnotations(E element) |
Annotation[] |
getDeclaredAnnotations(E element) |
boolean |
isAnnotationPresent(E element,
Class<? extends Annotation> annotationType) |
<T extends Annotation> T getAnnotation(E element, Class<T> annotationType)
Annotation[] getAnnotations(E element)
Annotation[] getDeclaredAnnotations(E element)
boolean isAnnotationPresent(E element, Class<? extends Annotation> annotationType)
Copyright © 2017 JBoss by Red Hat. All rights reserved.