Uses of Class
org.hibernate.annotationfactory.AnnotationDescriptor

Packages that use AnnotationDescriptor
org.hibernate.annotationfactory   
 

Uses of AnnotationDescriptor in org.hibernate.annotationfactory
 

Methods in org.hibernate.annotationfactory with parameters of type AnnotationDescriptor
static
<T extends java.lang.annotation.Annotation>
T
AnnotationFactory.create(AnnotationDescriptor descriptor)
           
 

Constructors in org.hibernate.annotationfactory with parameters of type AnnotationDescriptor
AnnotationProxy(AnnotationDescriptor descriptor)