Generated by
JDiff

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

Changed Classes
MvcUriComponentsBuilder A UriComponentsBuilder that helps to build URIs to Spring MVC controllers and methods from their request mappings.
RequestMappingHandlerAdapter An AbstractHandlerMethodAdapter that supports HandlerMethods with the signature -- method argument and return types, defined in {@code @RequestMapping}.
ServletInvocableHandlerMethod Extends InvocableHandlerMethod with the ability to handle return values through a registered HandlerMethodReturnValueHandler and also supports setting the response status based on a method-level {@code @ResponseStatus} annotation.