@Retention(RUNTIME)
@Target(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 | Description |
|---|---|---|
java.lang.String |
value |
The namespace URI.
|
Copyright © 2018 Oracle Corporation. All rights reserved.