docs: optimised javadoc
This commit is contained in:
@@ -24,6 +24,9 @@ package cn.org.codecrafters.guid;
|
|||||||
* The type of ID is determined by the class implementing this interface.
|
* The type of ID is determined by the class implementing this interface.
|
||||||
*
|
*
|
||||||
* @param <IdType> this represents the type of the Global Unique Identifier
|
* @param <IdType> this represents the type of the Global Unique Identifier
|
||||||
|
* @author Zihlu Wang
|
||||||
|
* @version 1.0.0
|
||||||
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public interface GuidCreator<IdType> {
|
public interface GuidCreator<IdType> {
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ import java.time.ZoneOffset;
|
|||||||
*
|
*
|
||||||
* @author Zihlu Wang
|
* @author Zihlu Wang
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @since 14 Jul 2023
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public final class SnowflakeGuidCreator implements GuidCreator<Long> {
|
public final class SnowflakeGuidCreator implements GuidCreator<Long> {
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,6 @@
|
|||||||
* <li>Easy to integrate</li>
|
* <li>Easy to integrate</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @since 2023.2
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
package cn.org.codecrafters.guid;
|
package cn.org.codecrafters.guid;
|
||||||
Reference in New Issue
Block a user