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 31d09eb commit 10c3d76Copy full SHA for 10c3d76
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/KotlinSpringServerCodegen.java
@@ -108,7 +108,6 @@ public enum DeclarativeInterfaceReactiveMode {
108
}
109
110
111
-
112
public enum RequestMappingMode {
113
api_interface("Generate the @RequestMapping annotation on the generated Api Interface."),
114
controller("Generate the @RequestMapping annotation on the generated Api Controller Implementation."),
0 commit comments