@Retention(value=RUNTIME) @Target(value=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.
public abstract String value
Copyright © 2019 Oracle Corporation. All rights reserved.