| Attribute |
Injects an attribute value into a controller method invocation.
|
| Header |
Just an idea to inject a header right into the methods...
|
| Headers |
Injects a multi-valued header right into the methods...
|
| Param |
Just an idea to inject parameters right into the methods...
|
| Params |
Injects a multi-valued parameter right into the methods...
|
| PathParam |
Just an idea to inject parameters right into the methods...
|
| SessionParam |
Inject a session value to a controller method invocation
|
| WithArgumentExtractor |
Indicates that this annotation should use the given argument extractor
|
| WithArgumentExtractors |
Indicates that this annotation should use the given argument extractors
Allows to specify more than one argument extractor, see WithArgumentExtractor
|