Class HelloWorldResource


  • @Path("helloworld")
    @Produces("text/plain")
    public class HelloWorldResource
    extends Object
    Simple "Hello World" resource with three resource methods and a sub-resource locator (that points again to this class itself).
    Author:
    Michal Gajdos