Closed
Description
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