org.hibernate.annotations.common.reflection
Interface AnnotationReader


public interface AnnotationReader

Author:
Paolo Perrotta

Method Summary
<T extends java.lang.annotation.Annotation>
T
getAnnotation(Class<T> annotationType)
           
 java.lang.annotation.Annotation[] getAnnotations()
           
<T extends java.lang.annotation.Annotation>
boolean
isAnnotationPresent(Class<T> annotationType)
           
 

Method Detail

getAnnotation

<T extends java.lang.annotation.Annotation> T getAnnotation(Class<T> annotationType)

isAnnotationPresent

<T extends java.lang.annotation.Annotation> boolean isAnnotationPresent(Class<T> annotationType)

getAnnotations

java.lang.annotation.Annotation[] getAnnotations()