Uses of Annotation Interface
org.springframework.web.bind.annotation.RequestMapping

Packages that use RequestMapping
Package
Description
Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
Infrastructure for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the org.springframework.web.method.annotation package.