springdoc-openapi-maven-plugin icon indicating copy to clipboard operation
springdoc-openapi-maven-plugin copied to clipboard

Setting all imports with full path

Open olgunkaya opened this issue 2 years ago • 1 comments

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 ...

olgunkaya avatar Aug 08 '23 09:08 olgunkaya

I can't find any instance of import java.util.* in the source code.

codespearhead avatar Apr 01 '24 16:04 codespearhead