|
TXW2 Runtime 20110809-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=PACKAGE) public @interface 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.
Required Element Summary | |
---|---|
String |
value
The namespace URI. |
Element Detail |
---|
public abstract String value
|
TXW2 Runtime 20110809-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |