@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.
|
public abstract int iterations
public abstract boolean useConstantSeed
Copyright © 2011-2013 Carrot Search s.c.. All Rights Reserved.