@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 |
isFinal
Specifies if this parameter can be changed at initialization phase 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
Copyright © 2018 LSST. All rights reserved.