Annotation Interface DefConcurrencyGroup
@Target(TYPE)
@Inherited
@Repeatable(DefConcurrencyGroups.class)
@Retention(RUNTIME)
public @interface DefConcurrencyGroup
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String name- Default:
- ""
-
maxConcurrency
int maxConcurrency- Default:
- 1
-