Annotation Interface LayerMethod


@Documented @Target(METHOD) @Retention(SOURCE) public @interface LayerMethod
The annotation for ElementType METHOD
Author:
Dr. Gerd Kock
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The runtimeMode determines the mode of execution.
  • Element Details

    • runtimeMode

      RuntimeMode runtimeMode
      The runtimeMode determines the mode of execution.
      In case of RuntimeMode.LOOP the method layer is executed in a loop.
      In case of RuntimeMode.FORKJOIN the method layer is executed in a parallel, where the implementation is based on the Java Fork/Join Framework.
      Returns:
      Default:
      LOOP