public interface HasAnnotations
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
getAnnotation(Class<A> annotation) |
Annotation[] |
getAnnotations() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
Annotation[] getAnnotations()
boolean isAnnotationPresent(Class<? extends Annotation> annotation)
<A extends Annotation> A getAnnotation(Class<A> annotation)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.