bpiwowar.experiments
Annotation Type Subtask


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

Defines a subtask

Author:
Benjamin Piwowarski

Required Element Summary
 String name
          The name of the experiment
 
Optional Element Summary
 String description
          The task description
 

Element Detail

name

public abstract String name
The name of the experiment

description

public abstract String description
The task description

Default:
""


Copyright © 2013. All Rights Reserved.