Class Antlr4

java.lang.Object
com.diffplug.spotless.maven.FormatterFactory
com.diffplug.spotless.maven.antlr4.Antlr4

public class Antlr4 extends FormatterFactory
A FormatterFactory implementation that corresponds to <antlr4>...</antlr4> configuration element.

It defines a formatter for ANTLR4 source files that can execute both language agnostic (e.g. LicenseHeader) and anltr4-specific (e.g. Antlr4Formatter) steps.