Quarkus/Kotlin: An annotation argument must be a compile-time constant with a java class

后端 未结 0 1018
闹比i
闹比i 2020-12-03 17:25

In a quarkus/kotlin app, I have a rest client that is very basic:

@Path("/my/api/v1")
@RestClient
interface MyApiClient { }

Problem

相关标签:
回答
  • 消灭零回复
提交回复
热议问题