Annotation Interface DontExtend


@Retention(RUNTIME) @Target(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.