Annotation Type 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.
    • Optional Element Summary

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

      • order

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