|
EclipseLink 2.3.0, build 'v20110516-r9382' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface XmlExtensible
The XmlExtensible annotation is used to indicate that this class has been configured to hold XML Extensions (additional MOXy mappings added at runtime)
Optional Element Summary | |
---|---|
java.lang.String |
getMethod
(Optional) Defines the name of the method used to retrieve XML Extensions. |
java.lang.String |
setMethod
(Optional) Defines the name of the method used to store XML Extensions. |
public abstract java.lang.String getMethod
public abstract java.lang.String setMethod
|
EclipseLink 2.3.0, build 'v20110516-r9382' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |