|
注释类型摘要 |
| Any |
Indicates that the annotated method responds to HTTP OPTIONS requests |
| AttributeParam |
Cookie的中的值 |
| 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. |
| Options |
Indicates that the annotated method responds to HTTP OPTIONS requests |
| Path |
|
| PathParam |
Cookie的中的值 |
| Post |
Indicates that the annotated method responds to HTTP POST requests |
| Produces |
|
| Put |
Indicates that the annotated method responds to HTTP PUT requests |
| QueryParam |
请求头的中的值查询字符串的值 |
| RestfulService |
表示一个Restful服务类。 |