@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ExtensionFor
Inclusion of this annotation will perform the necessary wiring within JPA.
Modifier and Type | Required Element and Description |
---|---|
Class<?> |
value
(Required) The class for which this one is an extension.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
extensionPropertyName
(Optional) The name of the property on the source object which will hold the extension object.
|
public abstract Class<?> value
public abstract String extensionPropertyName
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.