docs: 更改 @author 信息

This commit is contained in:
zhouxy108 2025-05-28 22:04:55 +08:00
parent 0e9dbf9bd9
commit 2d6ead8417
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ import xyz.zhouxy.plusone.validator.function.*;
* <p> * <p>
* <b>NOTE: content.</b> * <b>NOTE: content.</b>
* </p> * </p>
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a> * @author ZhouXY
* @since 0.0.1 * @since 0.0.1
*/ */
public abstract class BaseValidator<T> { public abstract class BaseValidator<T> {

View File

@ -19,7 +19,7 @@ package xyz.zhouxy.plusone.validator;
/** /**
* 自带校验方法校验不通过时直接抛异常 * 自带校验方法校验不通过时直接抛异常
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author ZhouXY
* *
* @see BaseValidator * @see BaseValidator
*/ */

View File

@ -34,7 +34,7 @@ import xyz.zhouxy.plusone.commons.util.StringTools;
* 针对文本字段的验证器 * 针对文本字段的验证器
* </p> * </p>
* *
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a> * @author ZhouXY
*/ */
public class StringPropertyValidator<T> extends BaseComparablePropertyValidator<T, String, StringPropertyValidator<T>> { public class StringPropertyValidator<T> extends BaseComparablePropertyValidator<T, String, StringPropertyValidator<T>> {

View File

@ -43,7 +43,7 @@ import java.util.function.Supplier;
* </pre> * </pre>
* </p> * </p>
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author ZhouXY
* @see IValidateRequired * @see IValidateRequired
* @see BaseValidator * @see BaseValidator
*/ */