|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface TaskDescription
Defines an experiment
| Required Element Summary | |
|---|---|
String |
name
The name of the experiment |
String[] |
project
The project the experiment belongs to (including subproject, ordered from the most specific to the most general) |
| Optional Element Summary | |
|---|---|
String |
description
The task description |
| Element Detail |
|---|
public abstract String name
public abstract String[] project
public abstract String description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||