Annotation Type SetNext

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean fireOnBegin
      Marks the rule be invoked when begin or end events match.
      java.lang.Class<?>[] value
      Defines the concrete implementation(s) of @SetNext annotated method argument.
    • Element Detail

      • value

        java.lang.Class<?>[] value
        Defines the concrete implementation(s) of @SetNext annotated method argument.
        Default:
        {}
      • fireOnBegin

        boolean fireOnBegin
        Marks the rule be invoked when begin or end events match.
        Default:
        false