|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Deprecated
public @interface XmlContainerPropertyThis annotation indicates a transient property on the target object of this field that refers back to the owning object.
| Required Element Summary | |
|---|---|
String |
value
Deprecated. The name of the back pointer attribute on the target class |
| Optional Element Summary | |
|---|---|
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 |
| Element Detail |
|---|
public abstract String value
public abstract String getMethodName
public abstract String setMethodName
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||