Package javax.xml.bind.annotation
Class XmlType.DEFAULT
- java.lang.Object
-
- javax.xml.bind.annotation.XmlType.DEFAULT
-
- Enclosing class:
- XmlType
public static final class XmlType.DEFAULT extends java.lang.Object
Used inXmlType.factoryClass()
to signal that either factory mehod is not used or that it's in the class with thisXmlType
itself.
-
-
Constructor Summary
Constructors Constructor Description DEFAULT()
-