chore: 优化代码注释

This commit is contained in:
2025-07-11 21:41:18 +08:00
parent b4cb147a77
commit 4719a349dd
15 changed files with 27 additions and 12 deletions

View File

@@ -19,9 +19,10 @@ package top.continew.starter.core.constant;
/**
* 字符相关常量
*
* @see cn.hutool.core.text.CharPool
*
* @author looly<a href="https://gitee.com/dromara/hutool">Hutool</a>
* @author Charles7c
* @see cn.hutool.core.text.CharPool
* @since 2.7.3
*/
public class CharConstants {

View File

@@ -19,9 +19,10 @@ package top.continew.starter.core.constant;
/**
* 字符串相关常量
*
* @see cn.hutool.core.text.StrPool
*
* @author looly<a href="https://gitee.com/dromara/hutool">Hutool</a>
* @author Charles7c
* @see cn.hutool.core.text.StrPool
* @since 1.0.0
*/
public class StringConstants {

View File

@@ -25,8 +25,9 @@ import java.util.function.BooleanSupplier;
/**
* 业务参数校验工具类(抛出 500 ServiceException
*
* @author Charles7c
* @see BusinessException
*
* @author Charles7c
* @since 1.0.0
*/
public class CheckUtils extends Validator {

View File

@@ -24,8 +24,9 @@ import java.util.function.BooleanSupplier;
/**
* 基本参数校验工具类(抛出 400 BadRequestException
*
* @see top.continew.starter.core.exception.BadRequestException
*
* @author Charles7c
* @see BadRequestException
* @since 1.0.0
*/
public class ValidationUtils extends Validator {