Skip to the content.

Home / cs-notes / Architecture / Components / Metrics / Metric


/**
 * A tag interface to indicate that a class is a metric.
 */
public interface Metric {

}