{new} Predefined Responses
Predefined response beans are provided for all standard HTTP responses.
These can be used as-is or extended to provide customized HTTP responses.
These predefined response beans are an example of {@link oaj.http.annotation.Response @Response}-annotated
objects that are describe in detail later.
Without going into details, this is how the {@link oajr.response.SeeOther} is defined:
The {@link oajr.helper.SeeOtherRoot} class shows how these predefined beans can be extended.
Note that the runtime behavior of the following code is identical to the example above.
However, the important distinction is that in the previous example, the 302 response would show in
the generated Swagger (since we can see the response through reflection), whereas it will NOT show up
in the following example (since all we see is an Object response).