@Retention(value=RUNTIME) @Target(value={java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.CONSTRUCTOR}) public @interface JPPFRunnable
| Modifier and Type | Optional Element and Description |
|---|---|
int |
value
Specifies the execution order, in the case where multiple methods are annotated in the same class.
|
public abstract int value
Class.getDeclaredMethods()Copyright © 2005-2012 JPPF Team.