Generated by
JDiff

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

Changed Classes
AnnotationMethodHandlerAdapter Implementation of the org.springframework.web.servlet.HandlerAdapter interface that maps handler methods based on HTTP paths, HTTP methods and request parameters expressed through the RequestMapping annotation.
AnnotationMethodHandlerExceptionResolver Implementation of the org.springframework.web.servlet.HandlerExceptionResolver interface that handles exceptions through the ExceptionHandler annotation.