Package org.parboiled.annotations
Annotation Type DontLabel
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface DontLabelAnnotation that can be used on parser methods returningRuleobjects or the parser class itself. Instructs parboiled to not automatically label the created rules.