@Retention(value=RUNTIME) @Documented @Target(value=FIELD) public @interface DependentVariable
RunnableExperiment
instance. These variables and their values will be
recorded automatically within an ExperimentContext
when the
RunnableExperiment
is run with the ExperimentRunner
.Modifier and Type | Optional Element and Description |
---|---|
String |
identifier
The identifier of the variable.
|
public abstract String identifier