Annotation Types Summary |
XmlCDATA |
Purpose: This annotation indicates that the value held by this property should
be wrapped in a CDATA section during marshal. |
XmlContainerProperty |
Deprecated. As of EclipseLink 2.0, replaced by XmlInverseReference. |
XmlCustomizer |
The XmlCustomizer annotation is used to specify a class that implements the
org.eclipse.persistence.config.DescriptorCustomizer
interface and is to run against a class descriptor after all metadata
processing has been completed. |
XmlInverseReference |
This annotation is used to map a back-pointer. |
XmlPath |
This annotation allows a user to specify an xpath instead of an element name. |
XmlPaths |
Purpose: This annotation is used in conjunction with an XmlElements annotation to
specify an XmlPath for each of the XmlElement annotations in the XmlElements. |
XmlReadOnly |
Purpose: This annotation indicates that a specific property should be flagged as read-only
by EclipseLink. |
XmlWriteOnly |
Purpose: This annotation indicates that a specific property should be flagged as read-only
by EclipseLink. |