org.picocontainer.injectors
Class ForgetfulConstructorInjection
java.lang.Object
org.picocontainer.injectors.AbstractInjectionFactory
org.picocontainer.injectors.ConstructorInjection
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForgetfulConstructorInjection
public ForgetfulConstructorInjection()
Copyright © 2003-2010 Codehaus. All Rights Reserved.