Class AnotherResource


  • @Path("/another")
    public class AnotherResource
    extends Object
    • Constructor Detail

      • AnotherResource

        public AnotherResource()
    • Method Detail

      • getAnotherMessage

        @GET
        @Produces("text/plain")
        public String getAnotherMessage()