AdminPresentationMergeOverrides instead@Retention(value=RUNTIME)
@Target(value=TYPE)
@Deprecated
public @interface AdminPresentationOverride
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
Deprecated.
The name of the property whose
AdminPresentation annotation should be overwritten |
| Modifier and Type | Optional Element and Description |
|---|---|
AdminPresentation |
value
Deprecated.
The
AdminPresentation to overwrite the property with. |
public abstract java.lang.String name
AdminPresentation annotation should be overwrittenpublic abstract AdminPresentation value
AdminPresentation to overwrite the property with. This is a comprehensive override,
meaning whatever was declared on the target property previously will be completely replaced
with what is defined in this AdminPresentation.AdminPresentation being mapped to the attributeCopyright © 2018. All Rights Reserved.