org.parboiled.annotations
Annotation Type DontLabel


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface DontLabel

Annotation that can be used on parser methods returning Rule objects or the parser class itself. Instructs parboiled to not automatically label the created rules.