Generated by
JDiff

Package org.springframework.web.method.annotation

Changed Classes
AbstractNamedValueMethodArgumentResolver Abstract base class for resolving method arguments from a named value.
ExceptionHandlerMethodResolver Discovers ExceptionHandler @ExceptionHandler methods in a given class type, including all super types, and helps to resolve an Exception to the method its mapped to.
ModelAttributeMethodProcessor Resolves method arguments annotated with {@code @ModelAttribute} and handles return values from methods annotated with {@code @ModelAttribute}.
RequestParamMethodArgumentResolver Resolves method arguments annotated with @RequestParam, arguments of type MultipartFile in conjunction with Spring's MultipartResolver abstraction, and arguments of type {@code javax.servlet.http.Part} in conjunction with Servlet 3.0 multipart requests.