Package com.diffplug.spotless.java
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
package com.diffplug.spotless.java
-
ClassesClassDescriptionEnables CleanThat as a SpotLess step.Forbids any wildcard import statements.Some formatters put every annotation on its own line -- even type annotations, which should be on the same line as the type they qualify.Wraps up google-java-format as a FormatterStep.Wraps up palantir-java-format fork of google-java-format as a FormatterStep.Uses google-java-format or cleanthat.UnnecessaryImport, but only to remove unused imports.