Annotation Type Action
-
@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface ActionAnnotation 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 intorderThe order in which the action should be executed.
-