Generated by
JDiff

Package org.springframework.web.bind.annotation

Added Classes
ControllerAdvice Indicates the annotated class assists a "Controller".
MatrixVariable Annotation which indicates that a method parameter should be bound to a name-value pair within a path segment.
 

Changed Classes
CookieValue Annotation which indicates that a method parameter should be bound to an HTTP cookie.
ExceptionHandler Annotation for handling exceptions in specific handler classes and/or handler methods.
PathVariable Annotation which indicates that a method parameter should be bound to a URI template variable.
RequestBody Annotation indicating a method parameter should be bound to the body of the web request.
RequestHeader Annotation which indicates that a method parameter should be bound to a web request header.
RequestMapping Annotation for mapping web requests onto specific handler classes and/or handler methods.
RequestMethod Java 5 enumeration of HTTP request methods.
RequestParam Annotation which indicates that a method parameter should be bound to a web request parameter.