brooklyn.catalog
Annotation Type CatalogConfig
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface CatalogConfig
|
Required Element Summary |
String |
label
a label to be displayed when a config key is exposed as editable in the catalog |
|
Optional Element Summary |
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. |
label
public abstract String label
- a label to be displayed when a config key is exposed as editable in the catalog
priority
public abstract 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. the default is 1.
(negative values may be used to indicate advanced config which might not be shown unless requested.)
- Default:
- 1.0
Copyright © 2013. All Rights Reserved.