Package org.parboiled.annotations
Annotation Type DontExtend
-
@Retention(RUNTIME) @Target(METHOD) public @interface DontExtend
Annotation that can be used on parser methods returningRule
objects. Instructs parboiled to completely ignore this method during parser extension.