We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ca817 commit 1aec55bCopy full SHA for 1aec55b
uniqueid-core/src/main/java/org/lable/oss/uniqueid/Clock.java
@@ -17,8 +17,8 @@
17
18
/**
19
* Abstraction for the clock implementation. This allows for use of this library in deterministic systems and tests.
20
- *
21
- * @implNote Clocks should at a minimum progress once every millisecond.
+ * <p>
+ * Implementation note: clocks should at a minimum progress once every millisecond.
22
*/
23
@FunctionalInterface
24
public interface Clock {
0 commit comments