@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Parallel
This annotation should be applied only to methods that return void, in
 other cases the behavior might be unexpected (because NULL will
 always be returned).
| Modifier and Type | Optional Element and Description | 
|---|---|
| int | threadsNumber of threads to use for parallel execution. | 
Copyright © 2012–2014 jcabi.com. All rights reserved.