org.parboiled.annotations
Annotation Type MemoMismatches


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

Annotation that can be used on parser methods returning Rule objects. Instructs parboiled to memoize consecutive mismatches of this rule.