@GET
 @Path("/{id}")
 public Deed getDeed(@PathParam("id") Integer id) {
   return goodStuff.getDeed(id);
 }