Class Groovy

java.lang.Object
com.diffplug.spotless.maven.FormatterFactory
com.diffplug.spotless.maven.groovy.Groovy

public class Groovy extends FormatterFactory
A FormatterFactory implementation that corresponds to <groovy>...</groovy> configuration element.

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