Class AnnotationDescriptor
java.lang.Object
org.hibernate.annotations.common.annotationfactory.AnnotationDescriptor
Encapsulates the data you need to create an annotation. In
particular, it stores the type of an
Annotation instance
and the values of its elements.
The "elements" we're talking about are the annotation attributes,
not its targets (the term "element" is used ambiguously
in Java's annotations documentation).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsElement(String elementName) intvoidClass<? extends Annotation>type()
-
Constructor Details
-
AnnotationDescriptor
-
-
Method Details
-
setValue
-
valueOf
-
containsElement
-
numberOfElements
public int numberOfElements() -
type
-