bpiwowar.experiments
Annotation Type TaskDescription


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface TaskDescription

Defines an experiment

Author:
Benjamin Piwowarski

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

name

public abstract String name
The name of the experiment


project

public abstract String[] project
The project the experiment belongs to (including subproject, ordered from the most specific to the most general)

description

public abstract String description
The task description

Default:
""


Copyright © 2013. All Rights Reserved.