We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f9dc0 commit 2f80415Copy full SHA for 2f80415
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/KotlinSpringServerCodegen.java
@@ -109,7 +109,6 @@ public enum DeclarativeInterfaceReactiveMode {
109
}
110
111
112
-
113
public enum RequestMappingMode {
114
api_interface("Generate the @RequestMapping annotation on the generated Api Interface."),
115
controller("Generate the @RequestMapping annotation on the generated Api Controller Implementation."),
0 commit comments