net.sourceforge.basher.annotations
Annotation Type BasherMaxInvocations


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

Defines the maximum number of times that the task in question may be executed. The default is 0 (execute without restrictions).

Version:
$Revision$
Author:
Johan Lindquist

Optional Element Summary
 int max
          Defines the maximum number of times the task may execute.
 

max

public abstract int max
Defines the maximum number of times the task may execute.

Returns:
The maximum number
Default:
0


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