{8.1.2-updated} @Remote
The {@link oaj.http.remote.Remote @Remote} annotation is used on your interface class to identify it as a REST proxy interface.
The
The {@link oaj.http.remote.Remote#path @Remote(path)} annotation is used to define the HTTP path of the REST service.
The path can be an absolute path to your REST service.
PetStore p = client.getRemote(PetStore.
When a relative path is specified, it's relative to the root-url defined on the
RestClient client = RestClient.
When no path is specified, the root-url defined on the
RestClient client = RestClient.