|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface XmlNamespaces
An annotation declaring xml namespaces.
Required Element Summary | |
---|---|
Namespace[] |
value
A list of Namespace s each of which represents a namespace declaration. |
Element Detail |
---|
public abstract Namespace[] value
Namespace
s each of which represents a namespace declaration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |