@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Label
Rule
The default behaviour of the parser generator is to label a rule after the method name producing that rule. Using this annotation, you can instruct the generator to give the rule a name of your choice.
Rule.label(String)
,
DontLabel
public abstract String value