Class DefaultInjectionProvider

java.lang.Object
org.apache.tapestry5.internal.services.DefaultInjectionProvider
All Implemented Interfaces:
InjectionProvider2

public class DefaultInjectionProvider extends Object implements InjectionProvider2
Worker for the Inject annotation that delegates out to the master MasterObjectProvider to access the value. This worker must be scheduled after certain other workers, such as BlockInjectionProvider (which is keyed off a combination of type and the Inject annotation).
See Also: