@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Inherited
public @interface Repeat
| Modifier and Type | Optional Element and Description |
|---|---|
int |
iterations
Repeat this many iterations.
|
boolean |
useConstantSeed
Re-run all iterations with a constant seed.
|
Copyright © 2011–2018 Carrot Search s.c.. All rights reserved.