mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
Support nonPublicApi on jvm-retrofit2 (#18769)
This commit is contained in:
@@ -69,7 +69,7 @@ import okhttp3.MultipartBody
|
||||
|
||||
{{/isMultipart}}
|
||||
{{/x-kotlin-multipart-import}}
|
||||
interface {{classname}} {
|
||||
{{#nonPublicApi}}internal {{/nonPublicApi}}interface {{classname}} {
|
||||
{{#operation}}
|
||||
{{#allParams}}
|
||||
{{#isEnum}}
|
||||
|
||||
Reference in New Issue
Block a user