spring-batch package-info 源码

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

spring-batch package-info 代码

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

/**
 * Implementation of Spring Batch specific bean scopes (Job and Step).
 *
 * @author Michael Minella
 * @author Mahmoud Ben Hassine
 */
@NonNullApi
package org.springframework.batch.core.scope;

import org.springframework.lang.NonNullApi;

相关信息

spring-batch 源码目录

相关文章

spring-batch BatchScopeSupport 源码

spring-batch JobScope 源码

spring-batch StepScope 源码

0  赞