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
  • Class
    Description
    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.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Deprecated as of v5.0 and scheduled for removal in v5.2 in favor of using the JobBuilder.
    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.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Deprecated as of v5.0 and scheduled for removal in v5.2 in favor of using the StepBuilder.
    Convenient annotation for step-scoped beans.