mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-09 08:57:17 +08:00
chore: 优化代码注释
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user