Class InjectWorker

java.lang.Object
org.apache.tapestry5.internal.transform.InjectWorker
All Implemented Interfaces:
ComponentClassTransformWorker2

public class InjectWorker extends Object implements ComponentClassTransformWorker2
Performs injection triggered by any field annotated with the Inject annotation or the Inject annotation. The implementation of this worker mostly delegates to a chain of command of InjectionProvider2.