Class Java

java.lang.Object
com.diffplug.spotless.maven.FormatterFactory
com.diffplug.spotless.maven.java.Java

public class Java extends FormatterFactory
A FormatterFactory implementation that corresponds to <java>...</java> configuration element.

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