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, including all of its superclasses, and helps to resolve a given Exception to the exception types supported by a given Method.
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.