Class HelloWorldResource

java.lang.Object
org.glassfish.jersey.examples.helloworld.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