Interface XAnnotatedElement
- All Known Implementing Classes:
JavaXMember,JavaXMethod
public interface XAnnotatedElement
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the underlying artefact is the same<T extends Annotation>
TgetAnnotation(Class<T> annotationType) <T extends Annotation>
booleanisAnnotationPresent(Class<T> annotationType)
-
Method Details
-
getAnnotation
-
isAnnotationPresent
-
getAnnotations
Annotation[] getAnnotations() -
equals
Returns true if the underlying artefact is the same
-