Hibernate Commons Annotations 3.2.0.Final-redhat-2

org.hibernate.annotations.common.reflection
Interface XAnnotatedElement

All Known Subinterfaces:
XClass, XMember, XMethod, XPackage, XProperty
All Known Implementing Classes:
JavaXMember, JavaXMethod

public interface XAnnotatedElement

Author:
Paolo Perrotta, Davide Marchignoli

Method Summary
 boolean equals(Object x)
          Returns true if the underlying artefact is the same
<T extends Annotation>
T
getAnnotation(Class<T> annotationType)
           
 Annotation[] getAnnotations()
           
<T extends Annotation>
boolean
isAnnotationPresent(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()

equals

boolean equals(Object x)
Returns true if the underlying artefact is the same

Overrides:
equals in class Object

Hibernate Commons Annotations 3.2.0.Final-redhat-2

Copyright © 2005-2012 JBoss by Red Hat. All Rights Reserved.