Interface AnnotationDesc
-
public interface AnnotationDescAnnotation information cached for a particular class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetXmlRootElementName()StringgetXmlRootElementNamespace()Class[]getXmlSeeAlsoClasses()StringgetXmlTypeName()StringgetXmlTypeNamespace()booleanhasXmlRootElement()booleanhasXmlType()
-
-
-
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:
-
-