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 40d8b59 commit 18682e8Copy full SHA for 18682e8
guid/src/main/java/com/onixbyte/guid/impl/SequentialUuidCreator.java
@@ -33,8 +33,6 @@
33
* <p>
34
* The generated UUID adheres strictly to the layout and variant bits of UUID version 7 as defined in the specification.
35
* </p>
36
- *
37
- * @implNote This class implements the {@link GuidCreator} interface, providing UUID instances as unique identifiers.
38
*/
39
public class SequentialUuidCreator implements GuidCreator<UUID> {
40
0 commit comments