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

net.ttddyy.dsproxy.proxy.StopwatchFactory Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package net.ttddyy.dsproxy.proxy;

/**
 * Factory to create {@link Stopwatch}.
 *
 * @author Tadaya Tsuyukubo
 * @since 1.6
 */
public interface StopwatchFactory {

    Stopwatch create();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy