Uses of Annotation Interface
org.springframework.web.bind.annotation.Mapping
Package
Description
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
-
Uses of Mapping in org.springframework.web.bind.annotation
Modifier and TypeClassDescription@interface
Annotation for mapping web requests onto methods in request-handling classes with flexible method signatures.