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 b87b6e9 commit 26f9dc0Copy full SHA for 26f9dc0
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/KotlinSpringServerCodegen.java
@@ -109,6 +109,7 @@ 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