javax.xml.bind.annotation
Annotation Type XmlNs


@Retention(value=RUNTIME)
@Target(value={})
public @interface XmlNs


Required Element Summary
 String namespaceURI
           
 String prefix
           
 

Element Detail

namespaceURI

public abstract String namespaceURI

prefix

public abstract String prefix


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.