spring-batch package-info 源码

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

spring-batch package-info 代码

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

/**
 * <p>
 * Infrastructure interfaces and primary dependencies for item concerns.
 * </p>
 */
@NonNullApi
package org.springframework.batch.item;

import org.springframework.lang.NonNullApi;

相关信息

spring-batch 源码目录

相关文章

spring-batch ExecutionContext 源码

spring-batch ItemCountAware 源码

spring-batch ItemProcessor 源码

spring-batch ItemReader 源码

spring-batch ItemReaderException 源码

spring-batch ItemStream 源码

spring-batch ItemStreamException 源码

spring-batch ItemStreamReader 源码

spring-batch ItemStreamSupport 源码

spring-batch ItemStreamWriter 源码

0  赞