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.
|
org.springframework.web.bind.annotation.support |
Support classes for web annotation processing.
|
Class and Description |
---|
Mapping
Meta annotation that indicates a web mapping annotation.
|
RequestMethod
Java 5 enumeration of HTTP request methods.
|
Class and Description |
---|
RequestMapping
Annotation for mapping web requests onto specific handler classes and/or
handler methods.
|
Copyright © 2023. All rights reserved.