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.
DefaultAnnotationHandlerMapping Implementation of the org.springframework.web.servlet.HandlerMapping interface that maps handlers based on HTTP paths expressed through the RequestMapping annotation at the type or method level.