public interface XAnnotatedElement
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object x)
Returns true if the underlying artefact
is the same
|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Annotation[] |
getAnnotations() |
<T extends Annotation> |
isAnnotationPresent(Class<T> annotationType) |
<T extends Annotation> T getAnnotation(Class<T> annotationType)
<T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)
Annotation[] getAnnotations()
Copyright © 2019 JBoss by Red Hat. All rights reserved.