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

org.jmock.example.timedcache.Clock Maven / Gradle / Ivy

There is a newer version: 2.13.1
Show newest version
package org.jmock.example.timedcache;

import java.util.Date;

public interface Clock {
    Date time();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy