Class AbstractResolverPluginFactoryBean<T extends AbstractResolverPlugin<?>>

Type Parameters:
T - The exact type being deployed.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<T>, InitializingBean

public abstract class AbstractResolverPluginFactoryBean<T extends AbstractResolverPlugin<?>> extends AbstractComponentAwareFactoryBean<T>
A factory bean to collect the parameterization that goes onto a AbstractResolverPlugin. TODO: Remove the destroyInstance(AbstractResolverPlugin) from this class in V6.