@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Input
Inputs are available for configuration at all points in time for the model. Inputs are useful where you want to make particular parameters of the model ongoing decisions for the user.
| 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 input.
|