springdoc / springdoc-openapi-maven-plugin

Library for OpenAPI 3 with spring-boot
https://springdoc.org
Apache License 2.0
141 stars 37 forks source link

Setting all imports with full path #63

Open olgunkaya opened 1 year ago

olgunkaya commented 1 year ago

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

codespearhead commented 5 months ago

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