Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/DesignDocs/277920/Phase2"

m (XML Metadata)
m
Line 24: Line 24:
 
== XML Metadata ==
 
== XML Metadata ==
  
=== XMLAccessorOrder ===
+
=== xml-accessor-order ===
  
=== XMLAccessorType ===
+
=== xml-accessor-type ===
  
=== XMLRootElement ===
+
=== xml-root-element ===
  
=== XMLType ===
+
=== xml-type ===

Revision as of 09:16, 6 July 2009

Phase 2

Provide support for high level metadata.

Annotations

The following annotations will be targetted in this phase:

Annotation Package Type Field Method
XmlAccessorOrder X X    
XmlAccessorType X X    
XmlRootElement   X    
XmlType   X    

Java Metadata

XML Metadata

xml-accessor-order

xml-accessor-type

xml-root-element

xml-type

Back to the top