@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface DontSkipActionsInPredicates
SkipActionsInPredicates
for one particular rule
If your parser class is configured to SkipActionsInPredicates
, you
can use this annotation on one particular rule to override this behaviour and
execute the action(s) of this rule nevertheless.
You probably want to use this annotation if your action performs a check of the currently matched input.
Action
,
ContextAware