org.hibernate.annotations.common.reflection
Interface AnnotationReader


public interface AnnotationReader

Author:
Paolo Perrotta

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

Method Detail

getAnnotation

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

isAnnotationPresent

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

getAnnotations

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


Copyright © 2005-2009 Hibernate.org. All Rights Reserved.