Interface AnnotationDesc
public interface AnnotationDesc
Annotation information cached for a particular class
-
Method Summary
-
Method Details
-
hasXmlRootElement
boolean hasXmlRootElement()- Returns:
- true if class has @XmlRootElement
-
getXmlRootElementName
String getXmlRootElementName()- Returns:
-
getXmlRootElementNamespace
String getXmlRootElementNamespace()- Returns:
-
getXmlSeeAlsoClasses
Class[] getXmlSeeAlsoClasses()- Returns:
-
hasXmlType
boolean hasXmlType()- Returns:
- true if the class has an @XmlType
-
getXmlTypeName
String getXmlTypeName()- Returns:
-
getXmlTypeNamespace
String getXmlTypeNamespace()- Returns:
-