@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.
public abstract String value
Copyright © 2005–2017 Oracle Corporation. All rights reserved.