Class HelloWorld


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

      • HelloWorld

        public HelloWorld()
    • Method Detail

      • test

        @GET
        @Path("/")
        @Produces("application/json")
        public String test()