Class AbstractBatchConfiguration

java.lang.Object
org.springframework.batch.core.configuration.annotation.AbstractBatchConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
SimpleBatchConfiguration

@Configuration(proxyBeanMethods=false) @Import(ScopeConfiguration.class) public abstract class AbstractBatchConfiguration extends Object implements org.springframework.beans.factory.InitializingBean
Base Configuration class that provides a common structure for enabling and using Spring Batch. Customization is available by implementing the BatchConfigurer interface.
Since:
2.2
Author:
Dave Syer, Michael Minella, Mahmoud Ben Hassine
See Also: