Package jakarta.xml.bind.annotation
Annotation Type XmlSchemaTypes
-
@Retention(RUNTIME) @Target(PACKAGE) public @interface XmlSchemaTypesA container for multiple
XmlSchemaTypeannotations.Multiple annotations of the same type are not allowed on a program element. This annotation therefore serves as a container annotation for multiple
XmlSchemaTypeannotations as follows: {@snippet :- Since:
- 1.6, JAXB 2.0
- Author:
- Sekhar Vajjhala, Sun Microsystems, Inc.
- See Also:
XmlSchemaType
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description XmlSchemaType[]valueCollection of @XmlSchemaTypeannotations
-
-
-
Element Detail
-
value
XmlSchemaType[] value
Collection of @XmlSchemaTypeannotations
-
-