Annotation Type Repeat
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) @Repeatable(Repeats.class) public @interface Repeat
-
-
Field Summary
Fields Modifier and Type Fields Description static int
DEFAULT_MAX_EXECUTIONS
static int
DEFAULT_MIN_EXECUTIONS
static double
DEFAULT_PASS_THRESHOLD
static String
DEFAULT_PROFILE
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
maxExecutions
int
minExecutions
double
passThreshold
String
profile
-