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 providing common structure for enabling and using Spring Batch.BaseConfigurationclass providing common structure for enabling and using Spring Batch.Strategy interface for users to provide as a factory for custom components needed by a Batch system.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 aJobBuilderwhich sets theJobRepositoryautomatically.Convenient annotation for job scoped beans that defaults the proxy mode, so that it doesn't have to be specified explicitly on every bean definition.BaseConfigurationclass providing common structure for enabling and using Spring Batch.BaseConfigurationclass providing common structure for enabling and using Spring Batch.Convenient factory for aStepBuilderwhich sets theJobRepositoryandPlatformTransactionManagerautomatically.Convenient annotation for step scoped beans that defaults the proxy mode, so that it doesn't have to be specified explicitly on every bean definition.