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

EclipseLink/DesignDocs/317962/Phase1

< EclipseLink‎ | DesignDocs‎ | 317962
Revision as of 09:32, 25 June 2010 by Unnamed Poltroon (Talk) (New page: <div style="border: 1px solid rgb(0, 0, 0); margin: 5px; padding: 5px; float: right;">__TOC__</div> = Phase 1 - = Provide support for substitution groups. == Annotations == The follo...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Phase 1 -

Provide support for substitution groups.

Annotations

The following annotations will be targeted in this phase:

Annotation XML Metadata Tag Package Type Field Method
 ???  ???        

Example: ??? annotation

Java Metadata

The following example will demonstrate how the ??? annotation can be applied:

org.example.???.java

package org.example;

XML Metadata

???

If this is present in the XML then it completely replaces the corresponding annotation.

org/example/eclipselink-oxm.xml

This XML file represents metadata overrides for the org.example.??? class.

<?xml version="1.0" encoding="US-ASCII"?>
<xml-bindings xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm">
</xml-bindings>

Back to the top