ru.yandex.qatools.camelot.api.AggregatorRepository Maven / Gradle / Ivy
package ru.yandex.qatools.camelot.api;
/**
* Repository, allowing to read the aggregated data
* @author Ilya Sadykov (mailto: [email protected])
*/
public interface AggregatorRepository extends ReadonlyStorage {
}