|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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).
Optional Element Summary | |
---|---|
int |
max
Defines the maximum number of times the task may execute. |
public abstract int max
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |