{new} @ResponseHeader
The {@link oaj.http.annotation.ResponseHeader @ResponseHeader} annotation can be applied to
This annotation can only be applied to parameters of type {@link oaj.Value}.
The following examples show 3 different ways of accomplishing the same task of setting an HTTP header on a response:
The attributes on this annotation are also used to populate the generated Swagger for the method.
For example, in the case of the X-Rate-Limit example above, the following Swagger is generated: