XenoAmess/p3c

使用注解时给属性添加注释检查有误

cn-src opened this issue · 0 comments

Describe the bug

当以这种方式使用注解时,检查有误,这并不是给类添加注释。

@RetrofitClient(/*language=SpEL*/baseUrl = "${wechat.host}")
public interface WechatClient {

image