JAVA-SPRING model generation: disable swagger annotations import
Created by: esoni88
Description
Hi i m using java spring generator and i did not find an option to disable the import of import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; inside my model code generated. Checking the source code openapi-generator-3.2.3\modules\openapi-generator\src\main\resources\JavaSpring\model.mustache i found that the ApiModel and ApiModelProperty are imported with mustache instructions
{{#imports}}import {{import}}; {{/imports}}
So i cant customize the mustache to disable it because {{import}} contains other useful import.
openapi-generator version
3.2.3