Exemplo n.º 1
0
 @GET
 @Path("/{id}")
 public Deed getDeed(@PathParam("id") Integer id) {
   return goodStuff.getDeed(id);
 }