@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface DontExtend
The normal process of parser generation is to create a wrapper method for
each Rule
defined in your parser class; this annotation will instruct
the generation process to not generate such a wrapper method.
ParserTransformer