org.parboiled.annotations
Annotation Type DontExtend


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

Annotation that can be used on parser methods returning Rule objects. Instructs parboiled to completely ignore this method during parser extension.