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"

(Annotations)
Line 7: Line 7:
 
The following annotations will be targetted in this phase:  
 
The following annotations will be targetted in this phase:  
  
{| border="1" style="width: 100%;" class="wikitable"
+
{|{{BMTableStyle}}
|+ <br>
+
|-{{BMTHStyle}}
|-
+
 
! Annotation  
 
! Annotation  
! XML Metadata Tag
+
! XML Metadata Tag  
 
! Package  
 
! Package  
 
! Type  
 
! Type  
Line 17: Line 16:
 
! 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]  
| xml-element-decl
+
| xml-element-decl  
| &nbsp;  
+
| align="center" | &nbsp;  
| &nbsp;  
+
| align="center" | &nbsp;  
| X
+
| align="center" | X  
| X
+
| align="center" | X
 
|-
 
|-
| [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]  
| xml-registry
+
| xml-registry  
| &nbsp;  
+
| align="center" | &nbsp;  
| X  
+
| align="center" | X  
| &nbsp;
+
| align="center" | &nbsp;  
| &nbsp;
+
| align="center" | &nbsp;
 
|}
 
|}

Revision as of 12:39, 12 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