Interface AnnotationDesc
-
public interface AnnotationDesc
Annotation information cached for a particular class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getXmlRootElementName()
String
getXmlRootElementNamespace()
Class[]
getXmlSeeAlsoClasses()
String
getXmlTypeName()
String
getXmlTypeNamespace()
boolean
hasXmlRootElement()
boolean
hasXmlType()
-
-
-
Method Detail
-
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:
-
-