标签: spring annotations
我们需要将属性注入方法注释。
@MyAnno(someproperty = @Value("${someproperty}")) public muMethod{ }
有可能吗?
答案 0 :(得分:0)
另一种方法是将值作为类变量注入。