|
Annotation Types Summary |
| cacheControl |
|
| method |
Placed on methods that should be called for HTTP methods that match the
value. |
| operation |
Placed on methods that should be called for GET, PUT, or DELETE requests. |
| parameter |
Placed on method parameters that should be populated with values in the
request query string. |
| rel |
Placed on methods to indicates the relationship the target has to the result. |
| title |
Placed on methods to describe their result. |
| type |
Placed on methods indicating the media type they produce. |