Class VersionResource

java.lang.Object
alpine.server.resources.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:
  • Constructor Details

    • VersionResource

      public VersionResource()
  • Method Details

    • getVersion

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