Generated by
JDiff

Package org.springframework.web.servlet.mvc.method.annotation

Removed Classes
CopyOfRequestMappingHandlerMapping Creates RequestMappingInfo instances from type and method-level @RequestMapping annotations in @Controller classes.
 

Changed Classes
AsyncTaskMethodReturnValueHandler Handles return values of type MvcAsyncTask.
RequestMappingHandlerAdapter An AbstractHandlerMethodAdapter that supports HandlerMethods with the signature -- method argument and return types, defined in {@code @RequestMapping}.
RequestResponseBodyMethodProcessor Resolves method arguments annotated with {@code @RequestBody} and handles return values from methods annotated with {@code @ResponseBody} by reading and writing to the body of the request or response with an HttpMessageConverter.