| Annotation Type | Description |
|---|---|
| AnnotatedParam |
This annotation indicates that the target annotation is meant for extracting the value of a
method parameter from a specific source (like a request parameter, a cookie, etc...).
|
| CookieParam |
This annotation indicates that the value of a method parameter must be read from a cookie.
|
| HeaderParam |
This annotation indicates that the value of a method parameter must be read from a header
parameter.
|
| MatrixParam |
This annotation indicates that the value of a method parameter must be read from a given segment
as matrix parameter.
|
| PathParam |
This annotation indicates that the value of a method parameter must be extracted from a path
parameter.
|
| RequestBody |
Annotation used to indicate that a method parameter must be extracted from the request body.
|
| RequestParam |
This annotation indicates that the value of a method parameter must be read from a request
parameter.
|
| ValidatorKey |
Copyright © 2015. All rights reserved.