Annotation Interface Action


@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface Action
Annotation to mark a method as a rule action. Must annotate any public method with no arguments. The method return value will be ignored by the engine.
Author:
Mahmoud Ben Hassine ([email protected])
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The order in which the action should be executed.
  • Element Details

    • order

      int order
      The order in which the action should be executed.
      Returns:
      the order in which the action should be executed
      Default:
      0