org.eclipse.persistence.oxm.annotations
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Deprecated public @interface XmlContainerProperty
Modifier and Type | Required Element and Description |
---|---|
String |
value
Deprecated.
The name of the back pointer attribute on the target class
|
Modifier and Type | Optional Element and Description |
---|---|
String |
getMethodName
Deprecated.
The get method to be invoked when accessing the back pointer
|
String |
setMethodName
Deprecated.
The set method to be used when setting the back pointer
|
public abstract String value
public abstract String getMethodName
public abstract String setMethodName