Package com.sun.xml.txw2.annotation
Annotation Type XmlNamespace
Declares the namespace URI of the
TypedXmlWriter
s
in a package.
This annotation is placed on a package. When specified,
it sets the default value of the namespace URI for
all the elements (XmlElement
s) in the given package.
- Author:
- Kohsuke Kawaguchi
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe namespace URI.
-