RESTful Services

Sub-Resources

1/10

What is sub-resource method?

The sub-resource methods are methods of a resource class that are annotated with @Path and one of the request method designators (@GET, @PUT, @POST or @DELETE).

Comments