Package org.jlayer.annotations
Annotation Interface LayerMethod
The annotation for
ElementType
METHOD
- Author:
- Dr. Gerd Kock
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionTheruntimeMode
determines the mode of execution.
-
Element Details
-
runtimeMode
RuntimeMode runtimeModeTheruntimeMode
determines the mode of execution.
In case ofRuntimeMode.LOOP
the method layer is executed in a loop.
In case ofRuntimeMode.FORKJOIN
the method layer is executed in a parallel, where the implementation is based on the Java Fork/Join Framework.- Returns:
- Default:
- LOOP
-