| Normally, resources take precedence over annotations when injecting. The Inject annotation
overrides this default, forcing the resolution of the parameters value via the master
ObjectProvider , even when the parameter's type matches a type that is normally a
resource. This is most often used in conjunction with
Value annotation when injecting a
string, as normally, the String would be matched as the service id.
|