springdoc-openapi-maven-plugin
springdoc-openapi-maven-plugin copied to clipboard
Setting all imports with full path
Is it possible to set import statements with full path instead of wildcard pattern ?
instead of
import java.util.*
use import java.util.Map import java.util.List ...
I can't find any instance of import java.util.* in the source code.