net.sourceforge.basher.annotations
Annotation Type BasherStopAfter


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

Defines the time after which the task may not be executed. Defined in seconds since beginning of the run.

Version:
$Revision$
Author:
Johan Lindquist

Required Element Summary
 long time
          Defines the time after which the task may not be executed.
 

Element Detail

time

public abstract long time
Defines the time after which the task may not be executed. Defined in seconds since beginning of the run.

Returns:
The time


Copyright © 2006-2010 Basher Team. All Rights Reserved.