Class IndexFactoryBean

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, FactoryBean<Index>, InitializingBean

public class IndexFactoryBean extends AbstractFactoryBeanSupport<Index> implements InitializingBean
Spring FactoryBean used to construct, configure and initialize an Index.
Since:
1.0.0
Author:
Costin Leau, David Turanski, John Blum
See Also: