@GET @Path("/") @Produces(MediaType.APPLICATION_JSON) public StateOptions getStateOptions() { return stateService.getStateOptions(); }