001package io.ebean.metric;
002
003import io.ebean.meta.MetaCountMetric;
004
005public interface CountMetricStats extends MetaCountMetric {
006}