|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ExtensionFor
Identifies the annotated class as an extension object for the given baseline class. Inclusion of this annotation will perform the necessary wiring within JPA.
Required Element Summary | |
---|---|
Class<?> |
value
(Required) The class for which this one is an extension. |
Optional Element Summary | |
---|---|
String |
extensionPropertyName
(Optional) The name of the property on the source object which will hold the extension object. |
Element Detail |
---|
public abstract Class<?> value
public abstract String extensionPropertyName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |