Exemplo n.º 1
0
 @GET
 @Produces("application/json")
 public Set<String> allUserIds() {
   return dao.getAllUserIds();
 }