Class AnotherResource
- java.lang.Object
-
- org.glassfish.jersey.examples.osgi.helloworld.resource.AnotherResource
-
@Path("/another") public class AnotherResource extends Object
-
-
Constructor Summary
Constructors Constructor Description AnotherResource()
-
-
-
Method Detail
-
getAnotherMessage
@GET @Produces("text/plain") public String getAnotherMessage()
-
-