如何在spring中的方法级注释中从属性文件中注入一个值?

时间:2013-04-30 05:45:31

标签: spring annotations

我们需要将属性注入方法注释。

    @MyAnno(someproperty = @Value("${someproperty}"))
    public muMethod{

    }

有可能吗?

1 个答案:

答案 0 :(得分:0)

另一种方法是将值作为类变量注入。