@Documented @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface DontLabel
By default, all generated parsers and rule methods are labeled (with the parser class name and the rule method name respectively). If this annotation is present on a parser class or method, then such a label will not be generated.
Rule.label(String)
,
Label