
com.github.phantomthief.stats.n.counter.Duration Maven / Gradle / Ivy
/**
*
*/
package com.github.phantomthief.stats.n.counter;
/**
* @author w.vela
*/
public interface Duration {
long duration();
void setDuration(long duration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy