Annotation Type XmlContainerProperty
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) @Deprecated public @interface XmlContainerProperty
Deprecated.As of EclipseLink 2.0, replaced by XmlInverseReference.This annotation indicates a transient property on the target object of this field that refers back to the owning object.- Author:
- Matt
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Deprecated.The name of the back pointer attribute on the target class
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
getMethodName
Deprecated.The get method to be invoked when accessing the back pointerjava.lang.String
setMethodName
Deprecated.The set method to be used when setting the back pointer
-