spring-batch package-info 源码

  • 2022-08-16
  • 浏览 (317)

spring-batch package-info 代码

文件路径:/spring-batch-core/src/main/java/org/springframework/batch/core/package-info.java

/**
 * 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;

相关信息

spring-batch 源码目录

相关文章

spring-batch BatchStatus 源码

spring-batch ChunkListener 源码

spring-batch DefaultJobKeyGenerator 源码

spring-batch Entity 源码

spring-batch ExitStatus 源码

spring-batch ItemProcessListener 源码

spring-batch ItemReadListener 源码

spring-batch ItemWriteListener 源码

spring-batch Job 源码

spring-batch JobExecution 源码

0  赞