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

com.wavefront.common.TimeProvider Maven / Gradle / Ivy

The newest version!
package com.wavefront.common;

/**
 * @author Tim Schmidt ([email protected]).
 */
public interface TimeProvider {
  long currentTimeMillis();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy