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