@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 | 
|---|---|
double | 
priority
a priority used to determine the order in which config keys are displayed when presenting as editable in the catalog;
 a higher value appears higher in the list. 
 | 
public abstract java.lang.String label
public abstract double priority