@Retention(RUNTIME)
@Target(PACKAGE)
public @interface XmlNamespace
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.
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String |
value |
The namespace URI.
|
Copyright © 2018 Oracle Corporation. All rights reserved.