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 0cbf064 commit bc6da8cCopy full SHA for bc6da8c
modules/openapi-generator/src/main/resources/kotlin-spring/apiController.mustache
@@ -11,7 +11,7 @@ import java.util.Optional;
11
<%={{ }}=%>
12
{{#operations}}
13
class {{classname}}Controller(
14
- @org.springframework.beans.factory.annotation.Autowired(required = false) delegate: {{classname}}Delegate
+ @org.springframework.beans.factory.annotation.Autowired(required = false) delegate: {{classname}}Delegate?
15
) : {{classname}} {
16
private val delegate: {{classname}}Delegate
17
0 commit comments