ReaderResource
The {@link oaj.http.ReaderResource} class is a convenience object for defining thread-safe reusable character-based responses. In essence, it's a container for character data with optional response headers and support for resolving SVL variables.
The class is annotated with {@link oaj.http.annotation.Response @Response} which allows it to be returned as responses by REST methods.