|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,CONSTRUCTOR})
public @interface JPPFRunnableAnnotation to determine which method in a class is the task's main method.
| Optional Element Summary | |
|---|---|
int |
value
Specifies the execution order, in the case where multiple methods are annotated in the same class. |
public abstract int value
Class.getDeclaredMethods()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||||