在Spring 3中将属性注入到类级别注释中

时间:2013-04-17 11:07:23

标签: spring spring-3

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

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

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

0 个答案:

没有答案