spring package-info 源码

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

spring package-info 代码

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

/**
 * Contains a variant of the application context interface for web applications,
 * and the ContextLoaderListener that bootstraps a root web application context.
 */
@NonNullApi
@NonNullFields
package org.springframework.web.context;

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

相关信息

spring 源码目录

相关文章

spring AbstractContextLoaderInitializer 源码

spring ConfigurableWebApplicationContext 源码

spring ConfigurableWebEnvironment 源码

spring ContextCleanupListener 源码

spring ContextLoader 源码

spring ContextLoaderListener 源码

spring ServletConfigAware 源码

spring ServletContextAware 源码

spring WebApplicationContext 源码

0  赞