Annotation Type Retry
-
@Retention(RUNTIME) public @interface Retry
Used to annotate JUnit tests as being retryable
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intintervalMsecWait this many milliseconds between retriesinttimeoutMsecRetries for at most this many milliseconds
-