All Downloads are FREE. Search and download functionalities are using the official Maven repository.

host.anzo.commons.emergency.metric.IMetric Maven / Gradle / Ivy

package host.anzo.commons.emergency.metric;

import java.util.List;

/**
 * @author ANZO
 */
public interface IMetric {
	List getMetric();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy