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