Created
May 9, 2016 20:52
-
-
Save nikkatsa/082a19114a15b581c9d449b506e838a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@FunctionalInterface | |
public interface NowService { | |
/** | |
* @return the number of milliseconds since 1st January 1970 UTC | |
*/ | |
long nowMillis(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment