I am wondering how to inject a Resource as a dependency in @Service bean. Is it possible?
I see just a
Code:
util:property-path
construct to expose a property file as a bean, but that is limited to property files.

Thanks.