Class SetterInjector<T>

All Implemented Interfaces:
Serializable, ComponentAdapter<T>, ComponentMonitorStrategy, Injector<T>
Direct Known Subclasses:
AnnotatedMethodInjector, NamedMethodInjector

public class SetterInjector<T> extends IterativeInjector<T>
Instantiates components using empty constructors and Setter Injection. For easy setting of primitive properties, also see PropertyApplicator.

Note that this class doesn't cache instances. If you want caching, use a Cached around this one.

Author:
Aslak Hellesøy, Jörg Schaible, Mauro Talevi, Paul Hammant
See Also: