Class TestRest


  • @Path("/test")
    public class TestRest
    extends Object
    • Constructor Detail

      • TestRest

        public TestRest()
    • Method Detail

      • test

        @GET
        @Path("/test")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response test()