Hibernate Commons Annotations 3.2.0.Final-redhat-2

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

Hibernate Commons Annotations 3.2.0.Final-redhat-2

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