@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Constant
Constants are available for configuration before setup() has been run on the Model, but not after. Constants are useful where you want to make parameters used during setup() configurable, such as numbers of agents.
| Modifier and Type | Optional Element and Description |
|---|---|
long |
group
Deprecated.
This field is not used and will be removed.
Specify the grouping of the this variable. If not set defaults to a 'non group'
|
java.lang.String |
name
Specify the human-friendly name for this constant.
|