@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface ConfigurableParameter
| Modifier and Type | Required Element and Description |
|---|---|
String |
defaultValue
The default value assigned to this parameter at construction
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
category
The category this parameters belongs to.
|
String |
constraints
A constraint as a String.
|
String |
description |
boolean |
isStatic
True if the parameter cannot be changed at runtime
|
int |
level |
String |
name
The name under which this parameter is known to the configuration service.
|
String |
simpleName
A simpler name for this parameter.
|
public abstract String defaultValue
public abstract String description
public abstract String name
public abstract String simpleName
public abstract String constraints
public abstract boolean isStatic
public abstract String category
Copyright © 2015 LSST. All rights reserved.