Annotation Type InjectResource
Deprecated.
Annotation used with field injection when the desired injection value is a resource (such as a service id, service
configuration, or logger) and not an object obtained from the
MasterObjectProvider
.
In Tapestry 5.3, the logic for this was changed so that it is treated the same as Inject
. This reflects what people usually want.
Inject
instead.