AdminPresentationMergeOverrides instead@Retention(value=RUNTIME)
@Target(value=TYPE)
@Deprecated
public @interface AdminPresentationDataDrivenEnumerationOverride
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
Deprecated.
The name of the property whose AdminPresentationDataDrivenEnumeration annotation should be overwritten
|
AdminPresentationDataDrivenEnumeration |
value
Deprecated.
The AdminPresentationDataDrivenEnumeration to overwrite the property with
|
public abstract java.lang.String name
public abstract AdminPresentationDataDrivenEnumeration value
Copyright © 2018. All Rights Reserved.