@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface ConfigurationParameter
| Modifier and Type | Optional Element and Description |
|---|---|
String |
category
The category this parameters belongs to.
|
String |
description
A description for this parameter.
|
boolean |
isBuild
Specifies if this parameter is needed to build the agent.
|
boolean |
isFinal
Specifies if this parameter can be changed at initialization phase only.
|
boolean |
isReadOnly
Specifies if this configuration parameter is to be treated as read-only.
|
String |
name
The name under which this parameter is known to the configuration service.
|
String |
range
A range constraint associated to this parameter.
|
String |
units
The units for this parameter.
|
public abstract String description
public abstract String units
public abstract String name
public abstract String category
public abstract String range
public abstract boolean isFinal
public abstract boolean isReadOnly
public abstract boolean isBuild
Copyright © 2019 LSST. All rights reserved.