Class ModularBatchConfiguration

java.lang.Object
org.springframework.batch.core.configuration.annotation.AbstractBatchConfiguration
org.springframework.batch.core.configuration.annotation.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 AbstractBatchConfiguration
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: