spring package-info 源码
spring package-info 代码
文件路径:/spring-webmvc/src/main/java/org/springframework/web/servlet/package-info.java
/**
* Provides servlets that integrate with the application context
* infrastructure, and the core interfaces and classes for the
* Spring web MVC framework.
*
* <p>This package and related packages are discussed in Chapters 12 and 13 of
* <a href="https://www.amazon.com/exec/obidos/tg/detail/-/0764543857/">Expert One-On-One J2EE Design and Development</a>
* by Rod Johnson (Wrox, 2002).
*/
@NonNullApi
@NonNullFields
package org.springframework.web.servlet;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;
相关信息
相关文章
spring AsyncHandlerInterceptor 源码
spring HandlerExceptionResolver 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦