File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/kotlin-misk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,22 +2,6 @@ package {{package}}
22
33{ {#imports} }import { {import} }
44{ {/imports} }
5- { {#swagger2AnnotationLibrary} }
6- import io.swagger.v3.oas.annotations.*
7- import io.swagger.v3.oas.annotations.enums.*
8- import io.swagger.v3.oas.annotations.media.*
9- import io.swagger.v3.oas.annotations.responses.*
10- import io.swagger.v3.oas.annotations.security.*
11- { {/swagger2AnnotationLibrary} }
12- { {#swagger1AnnotationLibrary} }
13- import io.swagger.annotations.Api
14- import io.swagger.annotations.ApiOperation
15- import io.swagger.annotations.ApiParam
16- import io.swagger.annotations.ApiResponse
17- import io.swagger.annotations.ApiResponses
18- import io.swagger.annotations.Authorization
19- import io.swagger.annotations.AuthorizationScope
20- { {/swagger1AnnotationLibrary} }
215
226{ {#useBeanValidation} }
237import { {javaxPackage} }.validation.Valid
You can’t perform that action at this time.
0 commit comments