host.anzo.commons.emergency.metric.IMetric Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-core Show documentation
Show all versions of commons-core Show documentation
Commons library to make me happy.
package host.anzo.commons.emergency.metric;
import java.util.List;
/**
* @author ANZO
*/
public interface IMetric {
List getMetric();
}