0

我的要求是将属性注入到类级别注释中。

我想要的是如下内容,但 @Value 仅支持注入字段或方法:

@MyAnno(someproperty = @Value("${someproperty}"))
public class My {
...
}
4

0 回答 0