标签: java web-services rest
如何使id参数成为必需参数?
@Get @Path("/test") public class test{ @Path("/test-method") public Response(@QueryParam String id){ .. .. } }