@Path(value="appstore/stats")
public class AppStoreStatsResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AppInstallationStatsService |
service |
Constructor and Description |
---|
AppStoreStatsResource(AppInstallationStatsService service) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getStats() |
private final AppInstallationStatsService service
@Inject public AppStoreStatsResource(AppInstallationStatsService service)