net.sf.jsefa.xml.annotation
Annotation Type XmlNamespaces


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface XmlNamespaces

An annotation declaring xml namespaces.

Author:
Norman Lahme-Huetig

Required Element Summary
 Namespace[] value
          A list of Namespaces each of which represents a namespace declaration.
 

Element Detail

value

public abstract Namespace[] value
A list of Namespaces each of which represents a namespace declaration.



Copyright © 2014. All rights reserved.