@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface CatalogConfig
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
label
a label to be displayed when a config key is exposed as editable in the catalog
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
pinned
a pinned configuration means that the config key will always be displayed when presenting as editable in the
catalog.
|
double |
priority
a priority used to determine the order in which config keys are displayed when presenting as editable in the
catalog.
|
public abstract java.lang.String label