@Path(value="/version")
@Produces(value={"application/xml","application/json"})
@Consumes(value={"application/xml","application/json"})
public interface VersionResource
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_PATH |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
get()
Retrieve Version information for the application.
|
static final String SERVICE_PATH
Copyright © 2017 Zanata Project. All rights reserved.