Interface XAnnotatedElement
- All Known Implementing Classes:
DynamicProperty,JavaXMember,JavaXMethod
public interface XAnnotatedElement
- Author:
- Paolo Perrotta, Davide Marchignoli
-
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
-