Package jakarta.xml.bind.annotation
Annotation Type XmlSchemaType
-
@Retention(RUNTIME) @Target({FIELD,METHOD,PACKAGE}) public @interface XmlSchemaTypeMaps a Java type to a simple schema built-in type.Usage
@XmlSchemaTypeannotation can be used with the following program elements:- a JavaBean property
- field
- package
@XmlSchemaTypeannotation defined for Java type applies to all references to the Java type from a property/field. A@XmlSchemaTypeannotation specified on the property/field overrides the@XmlSchemaTypeannotation specified at the package level.This annotation can be used with the following annotations:
XmlElement,XmlAttribute.Example 1: Customize mapping of XMLGregorianCalendar on the field. {@snippet : //Example: Code fragment public class USPrice {
- Since:
- 1.6, JAXB 2.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringname
-