| 注释类型 | 说明 |
|---|---|
| Any |
Indicates that the annotated method responds to HTTP OPTIONS requests
|
| Async |
是否异步处理请求
|
| AttributeParam |
Request中的属性值
|
| CookieParam |
Cookie的中的值
|
| Get |
Indicates that the annotated method responds to HTTP GET requests
|
| Head |
Indicates that the annotated method responds to HTTP HEAD requests
|
| HeaderParam |
请求头的中的值
|
| HttpMethod |
Associates the name of a HTTP method with an annotation.
|
| IgnoreParam |
忽略参数
|
| MappingTo |
控制器映射的地址。
|
| Options |
Indicates that the annotated method responds to HTTP OPTIONS requests
|
| Params |
参数组
|
| PathParam |
路径中映射的值
|
| Post |
Indicates that the annotated method responds to HTTP POST requests
|
| Produces | |
| Put |
Indicates that the annotated method responds to HTTP PUT requests
|
| QueryParam |
查询参数
|
| Render |
渲染器,参数为渲染器支持的请求扩展名。
|
| ReqParam |
请求参数
|