{new} @Response
The {@link oaj.http.annotation.Response @Response} annotation can be applied to types returned by
The
PetStore store = restClient.getRemoteResource(PetStore.
The annotated methods must be no-arg. They can be named anything.
Any of the following annotations can be used on the methods:
The behavior and functionality of all of the annotations are the same as if they were used on method arguments directly. This means full support for OpenAPI serialization and validation.