JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.bind.annotation
Annotation Type XmlRegistry
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface XmlRegistry
Marks a class that has XmlElementDecl s.
- Since:
- JAXB 2.0
- See Also:
XmlElementDecl
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|