mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 15:10:49 +00:00
Support nonPublicApi on jvm-retrofit2 (#18769)
This commit is contained in:
parent
74a9509e0c
commit
c1d0e7c24a
@ -69,7 +69,7 @@ import okhttp3.MultipartBody
|
||||
|
||||
{{/isMultipart}}
|
||||
{{/x-kotlin-multipart-import}}
|
||||
interface {{classname}} {
|
||||
{{#nonPublicApi}}internal {{/nonPublicApi}}interface {{classname}} {
|
||||
{{#operation}}
|
||||
{{#allParams}}
|
||||
{{#isEnum}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user