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 1a2a8dd commit 31d09ebCopy full SHA for 31d09eb
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/KotlinSpringServerCodegen.java
@@ -108,6 +108,7 @@ 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