Add remove wildcards imports when formating and ordering imports. · Issue #649 · diffplug/spotless
I have some java classes that have imports with wildcards like : import java.util.*; I want to replace that with the appropriate import list like import java.util.List; I'm using this configuration...