Support placeholders in @Resource annotation configurations [SPR-5656] #10327
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
nicolas de loof opened SPR-5656 and commented
Using
@Resource
is a nice option to get dependency injection. You just can't get support for propertyPlaceholder. For example, getting some configuration URL I'd like to write :@Resource
( name="${my.server.URL}" )private URL serverUrl;
Affects: 2.5.6
Referenced from: commits 859497b
The text was updated successfully, but these errors were encountered: