spring package-info 源码

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

spring package-info 代码

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

/**
 * Standard controller implementations for the Servlet MVC framework that comes with
 * Spring. Provides various controller styles, including an annotation-based model.
 */
@NonNullApi
@NonNullFields
package org.springframework.web.servlet.mvc;

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

相关信息

spring 源码目录

相关文章

spring AbstractController 源码

spring AbstractUrlViewController 源码

spring Controller 源码

spring HttpRequestHandlerAdapter 源码

spring LastModified 源码

spring ParameterizableViewController 源码

spring ServletForwardingController 源码

spring ServletWrappingController 源码

spring SimpleControllerHandlerAdapter 源码

spring UrlFilenameViewController 源码

0  赞