com.pdd.pop.ext.codahale.metrics.Metric Maven / Gradle / Ivy
package com.pdd.pop.ext.codahale.metrics;
/**
* A tag interface to indicate that a class is a metric.
*/
public interface Metric {
}
package com.pdd.pop.ext.codahale.metrics;
/**
* A tag interface to indicate that a class is a metric.
*/
public interface Metric {
}