org.apache.tapestry5.ioc.annotations
Annotation Type InjectResource


@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface InjectResource

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.



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.