Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
Harald Pehl edited this page Oct 29, 2012 · 1 revision

JAXB support

Introduction

Please note: JAXB support is currently under development. Therefore this page describe the current status rather than the finished documentation.

Supported annotations

Class

  • @XmlRootElement
  • @XmlType
  • @XmlAccessorOrder
  • @XmlAccessorType

Enum

  • @XmlEnum
  • @XmlEnumValue
  • @XmlRootElement
  • @XmlType

Property / Field

  • @XmlElements
  • @XmlElement
  • @XmlElementWrapper
  • @XmlElementRefs
  • @XmlElementRef
  • @XmlList
  • @XmlAttribute
  • @XmlValue
  • @XmlTransient
  • @XmlID
  • @XmlIDREF
Clone this wiki locally