com.google.code.tempusfugit.concurrency.annotations
Annotation Type Repeating


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Repeating

Annotation to indicate that a method should be repeated.

See Also:
RepeatingRule

Optional Element Summary
 int repetition
           
 

repetition

public abstract int repetition
Default:
100


Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.