| Body | 
  | 
| ClientURI | 
 Used to annotate a predefined URL (as opposed to a @PathParam /@QueryParam)
 in a Proxied client.
  
 | 
| ContentEncoding | 
 Meta annotation that specifies a Content-Encoding to be applied via the annotated annotation 
 | 
| DecorateTypes | 
 Must be placed on a DecoratorProcessor class to specify the supported types 
 | 
| Decorator | 
 Meta-annotation to be placed on another annotation that triggers decoration 
 | 
| Decorators | 
 Meta-annotation to be placed on another annotation that triggers decoration 
 | 
| Form | 
 This can be used as a value object for incoming/outgoing request/responses. 
 | 
| GZIP | 
  | 
| LinkHeaderParam | 
  | 
| Query | 
 Created by Simon Ström on 7/11/14. 
 | 
| ResponseObject | 
  | 
| Separator | 
 Determines a separator for String representations of multivalued parameters. 
 | 
| SseElementType | 
 Use to indicate MediaType of elements in SSE streams. 
 | 
| Status | 
  | 
| Stream | 
 Use on async streams to push them to the client as they become available
 over the OutputStream, rather than collected into collections. 
 | 
| StringParameterUnmarshallerBinder | 
 Meta-annotation to be placed on another annotation that triggers a StringParameterUnmarshaller to be applied
 to a string based annotation injector i.e. 
 |