Annotation Type RunParallel
-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD}) public @interface RunParallel
Mark methods or constructors which should be run parallel in different threads with this annotation. This can be useful e.g. for testing.- Since:
- 13.01.2009
- Version:
- $Revision: 1.6 $
- Author:
- oliver
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
value
Number of parallel runs.
-