@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface AdminPresentationMapKey
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
friendlyKeyName
The friendly name to present to a user for this value field title in a GUI.
|
java.lang.String |
keyName
A simple name for this key
|
Copyright © 2018. All Rights Reserved.