net.sourceforge.basher.annotations
Annotation Type BasherRunFrom


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

Defines the time before 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 before which the task may not be executed.
 

Element Detail

time

public abstract long time
Defines the time before 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.