|
Annotation Types Summary |
| cacheControl |
Deprecated. Use @header("Cache-Control: value") instead |
| encoding |
Deprecated. |
| expect |
Placed on a method to indicate the HTTP response status code of a successful
response. |
| header |
Placed on method parameters that should be populated with values in the
request header. |
| method |
Placed on methods that should be called for HTTP methods that match the
value. |
| operation |
Deprecated. Use query instead. |
| parameter |
Deprecated. Use query instead. |
| query |
Placed on method parameters that should be populated with values in the
request query string. |
| realm |
Set of Realms that are permitted to use this method or this type of
resources. |
| rel |
Placed on methods to indicates the relationship the target has to the result. |
| title |
Placed on methods to describe their result. |
| transform |
Indicates the methods (by iri) that should be used to transform the
parameter or result of the method. |
| type |
Placed on methods indicating the media type they produce. |