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/293925/Phase10"

Line 11: Line 11:
 
|-
 
|-
 
! Annotation  
 
! Annotation  
 +
! XML Metadata Tag
 
! Package  
 
! Package  
 
! Type  
 
! Type  
Line 16: Line 17:
 
! Method
 
! Method
 
|-
 
|-
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementDecl.html XmlElementDecl<br>]  
+
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementDecl.html XmlElementDecl<br>]
 +
| xml-element-decl
 
| &nbsp;  
 
| &nbsp;  
 
| &nbsp;  
 
| &nbsp;  
Line 23: Line 25:
 
|-
 
|-
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlRegistry.html XmlRegistry<br>]  
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlRegistry.html XmlRegistry<br>]  
 +
| xml-registry
 
| &nbsp;  
 
| &nbsp;  
 
| X  
 
| X  

Revision as of 14:38, 9 November 2009

Phase 10 - XmlRegistry (page under construction)

Provide support for ObjectFactory methods.

Annotations

The following annotations will be targetted in this phase:


Annotation XML Metadata Tag Package Type Field Method
XmlElementDecl
xml-element-decl     X X
XmlRegistry
xml-registry   X    

Back to the top