Uses of Package
org.springframework.web.bind.annotation

Package
Description
Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
Common infrastructure for handler method processing, as used by Spring MVC's org.springframework.web.servlet.mvc.method package.
Support classes for annotation-based handler method processing.
RequestCondition and implementations for matching requests based on different criteria.
Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
Annotations for declaring HTTP service request methods.
Support package for annotation-based Servlet MVC controllers.
Common MVC logic for matching incoming requests based on conditions.
Servlet-based infrastructure for handler method processing, building on the org.springframework.web.method package.
MVC infrastructure for annotation-based handler method processing, building on the org.springframework.web.method.annotation package.