org.picocontainer.injectors
Class ForgetfulConstructorInjection

java.lang.Object
  extended by org.picocontainer.injectors.AbstractInjectionFactory
      extended by org.picocontainer.injectors.ConstructorInjection
          extended by org.picocontainer.injectors.ForgetfulConstructorInjection
All Implemented Interfaces:
Serializable, ComponentFactory, InjectionFactory

public class ForgetfulConstructorInjection
extends ConstructorInjection

Constructor Injection where 'which constructor?' is re-calculated each time an instance is asked to construct a component.

See Also:
Serialized Form

Constructor Summary
ForgetfulConstructorInjection()
           
 
Method Summary
 
Methods inherited from class org.picocontainer.injectors.ConstructorInjection
createComponentAdapter
 
Methods inherited from class org.picocontainer.injectors.AbstractInjectionFactory
accept, verify, wrapLifeCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForgetfulConstructorInjection

public ForgetfulConstructorInjection()


Copyright © 2003-2010 Codehaus. All Rights Reserved.