Annotation Type XmlNs
Used to identify the XML namespace to use for a set of annotated Java
classes.
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
namespace
Defines the Namespace URI for this namespace.- Returns:
- the associated namespace
-
-
-
prefix
Suggests a namespace prefix to use for generated code.If the value is "##none", then there is no prefix defined.
- Returns:
- the associated namespace prefix
- Default:
- "##none"
-