spring package-info 源码

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

spring package-info 代码

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

/**
 * Common, generic interfaces that define minimal boundary points
 * between Spring's web infrastructure and other framework modules.
 */
@NonNullApi
@NonNullFields
package org.springframework.web;

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

相关信息

spring 源码目录

相关文章

spring ErrorResponse 源码

spring ErrorResponseException 源码

spring HttpMediaTypeException 源码

spring HttpMediaTypeNotAcceptableException 源码

spring HttpMediaTypeNotSupportedException 源码

spring HttpRequestHandler 源码

spring HttpRequestMethodNotSupportedException 源码

spring HttpSessionRequiredException 源码

spring SpringServletContainerInitializer 源码

spring WebApplicationInitializer 源码

0  赞