org.springframework.web.method.package-info Maven / Gradle / Ivy
/**
* Common infrastructure for handler method processing, as used by
* Spring MVC's {@code org.springframework.web.servlet.mvc.method} package.
*/
@NonNullApi
@NonNullFields
package org.springframework.web.method;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;