Package | Description |
---|---|
org.springframework.web.bind.annotation |
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
|
Modifier and Type | Class and Description |
---|---|
interface |
RequestMapping
Annotation for mapping web requests onto methods in request-handling classes
with flexible method signatures.
|