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 8c65a72 commit 7e34059Copy full SHA for 7e34059
1 file changed
samples/client/petstore/kotlin-jvm-spring-3-restclient/src/main/kotlin/org/openapitools/usage/AspectJLikeUse.kt
@@ -0,0 +1,7 @@
1
+package org.openapitools.usage
2
+
3
+import org.openapitools.client.apis.PetApi
4
+import org.springframework.web.client.RestClient
5
6
+// 'regression test' that API classes are open https://github.com/OpenAPITools/openapi-generator/issues/22271
7
+class AspectJLikeUse(client: RestClient) : PetApi(client)
0 commit comments