spring package-info 源码

  • 2022-08-08
  • 浏览 (604)

spring package-info 代码

文件路径:/spring-web/src/main/java/org/springframework/web/context/annotation/package-info.java

/**
 * Provides convenience annotations for web scopes.
 */
@NonNullApi
@NonNullFields
package org.springframework.web.context.annotation;

import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;

相关信息

spring 源码目录

相关文章

spring ApplicationScope 源码

spring RequestScope 源码

spring SessionScope 源码

0  赞