org.parboiled.annotations
Annotation Type DontSkipActionsInPredicates


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DontSkipActionsInPredicates

Annotation that can be used on parser methods returning Rule objects. Overrides a global SkipActionsInPredicates annotation on the parser class for the specific method.