Interface XAnnotatedElement
-
- All Known Implementing Classes:
JavaXMember,JavaXMethod
public interface XAnnotatedElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(Object x)Returns true if the underlying artefact is the same<T extends Annotation>
TgetAnnotation(Class<T> annotationType)Annotation[]getAnnotations()<T extends Annotation>
booleanisAnnotationPresent(Class<T> annotationType)
-
-
-
Method Detail
-
getAnnotation
<T extends Annotation> T getAnnotation(Class<T> annotationType)
-
isAnnotationPresent
<T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)
-
getAnnotations
Annotation[] getAnnotations()
-
-