Class ModularBatchConfiguration

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.annotation.ImportAware

@Configuration(proxyBeanMethods=false) public class ModularBatchConfiguration extends SimpleBatchConfiguration
Base Configuration class providing common structure for enabling and using Spring Batch. Customization is available by implementing the BatchConfigurer interface.
Since:
2.2
Author:
Dave Syer, Mahmoud Ben Hassine
See Also: