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 (Phase 2)
m (XML Metadata)
Line 23: Line 23:
  
 
== XML Metadata ==
 
== XML Metadata ==
 +
 +
=== XMLAccessorOrder ===
 +
 +
=== XMLAccessorType ===
 +
 +
=== XMLRootElement ===
 +
 +
=== XMLType ===

Revision as of 09:15, 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

XMLAccessorOrder

XMLAccessorType

XMLRootElement

XMLType

Back to the top