com.sun.xml.txw2.annotation
Annotation Type XmlNamespace


@Retention(value=RUNTIME)
@Target(value=PACKAGE)
public @interface XmlNamespace

Declares the namespace URI of the 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.

Author:
Kohsuke Kawaguchi

Required Element Summary
 String value
          The namespace URI.
 

Element Detail

value

public abstract String value
The namespace URI.



Copyright © 2012 Oracle. All Rights Reserved.