net.sourceforge.basher.annotations
Annotation Type BasherMaxTime


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

Defines the maximum amount of time a task is allowed to execute before an error is raised.

Version:
$Revision$
Author:
Johan Lindquist

Required Element Summary
 int time
          Defines the maximum amount of time a task is allowed to execute before an error is raised.
 

Element Detail

time

public abstract int time
Defines the maximum amount of time a task is allowed to execute before an error is raised. Defined in seconds

Returns:
The time


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