searchForPreviousInjection(MultiKey key) Searchs for an existing injection of an object, returning the name of the protected field
into which the value was injected.
Called (after
InternalClassTransformation.finish() ) to construct an instantiator for the component.
Parameters: componentClass - the class to be instantiated the component's instantiator
Invoked after all
ComponentClassTransformWorker s have had their chance to work over
the class. This performs any final operations for the class transformation, which includes
coming up with the final constructor method for the class.