AdminPresentationMergeOverrides instead@Retention(value=RUNTIME) @Target(value=TYPE) @Deprecated public @interface AdminPresentationOverride
| Modifier and Type | Required Element and Description | 
|---|---|
| String | nameDeprecated.  The name of the property whose  AdminPresentationannotation should be overwritten | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| AdminPresentation | valueDeprecated.  The  AdminPresentationto overwrite the property with. | 
public abstract 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 © 2020. All rights reserved.