标签: spring spring-3
我的要求是将属性注入类级别注释。
我想要的是以下内容,但@Value仅支持注入字段或方法:
@MyAnno(someproperty = @Value("${someproperty}")) public class My { ... }