See: Description
| Interface | Description | 
|---|---|
| ModelAndViewResolver | SPI for resolving custom return values from a specific handler method. | 
| Class | Description | 
|---|---|
| AnnotationMethodHandlerAdapter | Deprecated as of Spring 3.2, in favor of
  RequestMappingHandlerAdapter | 
| AnnotationMethodHandlerExceptionResolver | Deprecated as of Spring 3.2, in favor of
  ExceptionHandlerExceptionResolver | 
| DefaultAnnotationHandlerMapping | Deprecated as of Spring 3.2, in favor of
  RequestMappingHandlerMapping | 
| ResponseStatusExceptionResolver | A  HandlerExceptionResolverthat uses the@ResponseStatusannotation to map exceptions to HTTP status codes. |