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)
|
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-2010 Hibernate.org. All Rights Reserved.