Generated by
JDiff

Package org.springframework.web.method.annotation

Changed Classes
ExceptionHandlerMethodResolver Discovers annotated exception handling methods in a given class type, including all super types, and helps to resolve an Exception to a method that can handle it.
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.