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

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

/**
 * MVC infrastructure for annotation-based handler method processing, building on the
 * {@code org.springframework.web.method.annotation} package. Entry points are
 * {@link org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping}
 * and {@link org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter}.
 */
@NonNullApi
@NonNullFields
package org.springframework.web.servlet.mvc.method.annotation;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy