Class IterativeInjector<T>

All Implemented Interfaces:
Serializable, ComponentAdapter<T>, ComponentMonitorStrategy, Injector<T>
Direct Known Subclasses:
AbstractFieldInjector, SetterInjector

public abstract class IterativeInjector<T> extends AbstractInjector<T>
Injection will happen iteratively after component instantiation
See Also: