Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 327914

Summary: Resource model support for JAXB 2.2 type annotations and enums
Product: [WebTools] Dali JPA Tools Reporter: Paul Fullbright <paul.fullbright>
Component: JAXBAssignee: Karen Butzke <karenfbutzke>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: karenfbutzke
Version: 3.0   
Target Milestone: 3.0 M3   
Hardware: PC   
OS: Windows Vista   
Whiteboard:
Bug Depends on:    
Bug Blocks: 326705    

Description Paul Fullbright CLA 2010-10-15 11:58:31 EDT
http://wiki.eclipse.org/Dali/Indigo/JAXB_2.x/TypeAnnotations

Support type level annotations including:
    * @XmlType
    * @XmlRootElement
    * @XmlEnum
    * @XmlTransient
    * @XmlSeeAlso
    * @XmlAccessorType
    * @XmlAccessorOrder
    * @XmlJavaTypeAdapter
    * @XmlInlineBinaryData
    * @XmlRegistry

and their associated enums including:
    * XmlAccessType
    * XmlAccessOrder
Comment 1 Karen Butzke CLA 2010-10-18 13:49:47 EDT
I have added resource model support and tests for the listed annotations and enums