@Retention(value=RUNTIME)
@Target(value=PACKAGE)
public @interface XmlNamespace
TypedXmlWriters
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 (XmlElements) in the given package.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The namespace URI.
|