Interface TestInterface
- All Known Implementing Classes:
TestImpl
@Path("test2")
@Consumes("application/json")
@Produces("application/json")
public interface TestInterface
-
Method Summary
-
Method Details
-
test1
@GET @Path("1") jakarta.ws.rs.core.Response test1()
-