コード例 #1
0
 @GET
 @Path("types")
 @Produces(MediaType.APPLICATION_JSON)
 public String getTypes() {
   return locationService.getLocationTypes();
 }