Package org.parboiled.annotations
Annotation Type DontSkipActionsInPredicates
-
@Retention(RUNTIME) @Target(METHOD) public @interface DontSkipActionsInPredicates
Annotation that can be used on parser methods returningRule
objects. Overrides a globalSkipActionsInPredicates
annotation on the parser class for the specific method.