org.hibernate.annotations.common.reflection
public interface XAnnotatedElement
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object x)
Returns true if the underlying artefact
is the same
|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationType) |
java.lang.annotation.Annotation[] |
getAnnotations() |
<T extends java.lang.annotation.Annotation> |
isAnnotationPresent(java.lang.Class<T> annotationType) |
<T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
<T extends java.lang.annotation.Annotation> boolean isAnnotationPresent(java.lang.Class<T> annotationType)
java.lang.annotation.Annotation[] getAnnotations()
boolean equals(java.lang.Object x)
equals
in class java.lang.Object