Package org.helm.rest

Class RestVersion


  • @Path("/Version")
    public class RestVersion
    extends Object
    Get the version number of the war file.
    Author:
    mund
    • Constructor Detail

      • RestVersion

        public RestVersion()
    • Method Detail

      • getVersion

        @GET
        @Produces("application/json")
        @Consumes("application/x-www-form-urlencoded")
        public javax.ws.rs.core.Response getVersion()