Class OrmAnnotationDescriptor<A extends Annotation,C extends A>

All Implemented Interfaces:
AnnotationTargetSupport, Storable<AnnotationDescriptor<A>,SerialAnnotationDescriptor<A>>, AnnotationDescriptor<A>, AnnotationTarget, MutableAnnotationDescriptor<A,C>, MutableAnnotationTarget

public class OrmAnnotationDescriptor<A extends Annotation,C extends A> extends AbstractAnnotationDescriptor<A> implements MutableAnnotationDescriptor<A,C>
Specialized AnnotationDescriptor implementation intended for use in describing Hibernate and JPA annotations. Note especially that this implementation does not collect annotations from the annotation class as we never care about meta-annotations in these cases.