All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.web.servlet.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.6
Show newest version
/**
 * 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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy