Class VersionResource


  • @Path("/version")
    @Produces("application/json")
    public final class VersionResource
    extends Object
    Bundled JAX-RS resource that displays the name of the application, version, and build timestamp.
    Since:
    1.0.0
    Author:
    Steve Springett
    See Also:
    About
    • Constructor Detail

      • VersionResource

        public VersionResource()
    • Method Detail

      • getVersion

        @GET
        public javax.ws.rs.core.Response getVersion()