org.springframework.web.servlet.package-info Maven / Gradle / Ivy
/**
* Provides servlets that integrate with the application context
* infrastructure, and the core interfaces and classes for the
* Spring web MVC framework.
*
* This package and related packages are discussed in Chapters 12 and 13 of
* Expert One-On-One J2EE Design and Development
* by Rod Johnson (Wrox, 2002).
*/
@NonNullApi
@NonNullFields
package org.springframework.web.servlet;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;