RESTful Services
JAX-RS
1/33
1 What are root resource classes?
Read Answer
They are POJOs that are annotated with @Path and have at least one method annotated with @Path or a resource method designator annotation such as @GET, @PUT, @POST, @DELETE.
Please log in or register to have a possibility to add comment.