Package org.springframework.batch.core.configuration.annotation
@NonNullApi
package org.springframework.batch.core.configuration.annotation
Annotations and builder factories for java based configuration
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionBase
Configurationclass that provides a common structure for enabling and using Spring Batch.BaseConfigurationclass that provides common structure for enabling and using Spring Batch.Strategy interface that users can provide as a factory for custom components needed by a Batch system.Default implementation of theBatchConfigurer.Enable Spring Batch features and provide a base configuration for setting up batch jobs in an @Configuration class, roughly equivalent to using the<batch:*>XML namespace.Convenient factory for aJobBuilderthat sets theJobRepositoryautomatically.Convenient annotation for job-scoped beans that defaults the proxy mode, so that it does not have to be specified explicitly on every bean definition.BaseConfigurationclass providing common structure for enabling and using Spring Batch.BaseConfigurationclass to provide a common structure for enabling and using Spring Batch.Convenient factory for aStepBuilderwhich sets theJobRepositoryandPlatformTransactionManagerautomatically.Convenient annotation for step-scoped beans.