@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Experiment
RunnableExperiment
.
The information provided by the annotation is used to fill in
the ExperimentContext
when the experiment is run with a
ExperimentRunner
.Modifier and Type | Required Element and Description |
---|---|
String |
author |
String |
dateCreated |
String |
description |
public abstract String description
public abstract String dateCreated