org.hibernate.annotations.common.reflection
Interface AnnotationReader


public interface AnnotationReader

Author:
Paolo Perrotta

Method Summary
<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()


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