org.springframework.batch.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-batch-infrastructure Show documentation
Show all versions of spring-batch-infrastructure Show documentation
The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations.
/**
*
* Infrastructure implementations of . concerns.
*
*/
@NonNullApi
package org.springframework.batch;
import org.springframework.lang.NonNullApi;