Uses of Enum Class
org.springframework.web.bind.annotation.RequestMethod

Packages that use RequestMethod
Package
Description
Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
RequestCondition and implementations for matching requests based on different criteria.
Infrastructure for handler method processing.
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.