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 specific handler classes and/or
handler methods.
|