All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.batch.core.package-info Maven / Gradle / Ivy

/**
 * Core domain context for Spring Batch covering jobs, steps, configuration and execution
 * abstractions. Most classes here are interfaces with implementations saved for specific
 * applications. This is the public API of Spring Batch. There is a reference
 * implementation of the core interfaces in the execution module.
 *
 * @author Michael Minella
 * @author Mahmoud Ben Hassine
 */
@NonNullApi
package org.springframework.batch.core;

import org.springframework.lang.NonNullApi;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy