Community
Participate
Working Groups
http://wiki.eclipse.org/Dali/Indigo/JAXB_2.x/TypeAnnotations This bug will track validation and content support for JAXB 2.2 class annotations, including: * @XmlType * @XmlRootElement * @XmlSeeAlso * @XmlAccessorType * @XmlAccessorOrder * @XmlJavaTypeAdapter * @XmlInlineBinaryData * @XmlTransient This may depend in part on bug 327918.
For Dali 3.0 the following has been completed: - XmlType name and namespace (not factoryClass, factoryMethod, or propOrder) - XmlRootElement name and namespace - XmlSeeAlso (nothing extra needed) - XmlAccessorType (nothing extra needed) - XmlAccessorOrder (nothing extra needed) - XmlInlineBinaryData (nothing extra needed) - XmlTransient (nothing extra needed) Basic validation and code assist is present (nothing extra required) for XmlJavaTypeAdapter, but more context-sensitive validation could be done. More validation can be done for XmlType (and more holistic scenarios for JAXB classes, where determined) Bug 345316 Bug 345317 have been entered to track further development on this issue.