-
@Path(value="helloworld")
@Produces(value="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
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.