JAXB 2.0 Annotations
The JAXB 2.0 standard defines annotations for customizing Java™ program elements to XML schema mapping. XmlAdapter and its sub-classes defined in the specification allow arbitrary Java classes to be used with JAXB.
Annotations
The following list contains the available annotation tags from this package:
- javax.xml.bind.annotation.XmlAccessorOrder
- javax.xml.bind.annotation.XmlAccessorType
- javax.xml.bind.annotation.XmlAnyAttribute
- javax.xml.bind.annotation.XmlAnyElement
- javax.xml.bind.annotation.XmlAttachmentRef
- javax.xml.bind.annotation.XmlAttribute
- javax.xml.bind.annotation.XmlElement
- javax.xml.bind.annotation.XmlElementDecl
- javax.xml.bind.annotation.XmlElementRef
- javax.xml.bind.annotation.XmlElementRefs
- javax.xml.bind.annotation.XmlElementWrapper
- javax.xml.bind.annotation.XmlElements
- javax.xml.bind.annotation.XmlEnum
- javax.xml.bind.annotation.XmlEnumValue
- javax.xml.bind.annotation.XmlID
- javax.xml.bind.annotation.XmlIDREF
- javax.xml.bind.annotation.XmlInlineBinaryData
- javax.xml.bind.annotation.XmlList
- javax.xml.bind.annotation.XmlMimeType
- javax.xml.bind.annotation.XmlMixed
- javax.xml.bind.annotation.XmlNs
- javax.xml.bind.annotation.XmlRegistry
- javax.xml.bind.annotation.XmlRootElement
- javax.xml.bind.annotation.XmlSchema
- javax.xml.bind.annotation.XmlSchemaType
- javax.xml.bind.annotation.XmlSchemaTypes
- javax.xml.bind.annotation.XmlTransient
- javax.xml.bind.annotation.XmlType
- javax.xml.bind.annotation.XmlValue
- javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
- javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters
Related concepts