forked from plusone/plusone-validator
docs: 更改 @author 信息
This commit is contained in:
parent
0e9dbf9bd9
commit
2d6ead8417
@ -36,7 +36,7 @@ import xyz.zhouxy.plusone.validator.function.*;
|
||||
* <p>
|
||||
* <b>NOTE: content.</b>
|
||||
* </p>
|
||||
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
|
||||
* @author ZhouXY
|
||||
* @since 0.0.1
|
||||
*/
|
||||
public abstract class BaseValidator<T> {
|
||||
|
@ -19,7 +19,7 @@ package xyz.zhouxy.plusone.validator;
|
||||
/**
|
||||
* 自带校验方法,校验不通过时直接抛异常。
|
||||
*
|
||||
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
|
||||
* @author ZhouXY
|
||||
*
|
||||
* @see BaseValidator
|
||||
*/
|
||||
|
@ -34,7 +34,7 @@ import xyz.zhouxy.plusone.commons.util.StringTools;
|
||||
* 针对文本字段的验证器。
|
||||
* </p>
|
||||
*
|
||||
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
|
||||
* @author ZhouXY
|
||||
*/
|
||||
public class StringPropertyValidator<T> extends BaseComparablePropertyValidator<T, String, StringPropertyValidator<T>> {
|
||||
|
||||
|
@ -43,7 +43,7 @@ import java.util.function.Supplier;
|
||||
* </pre>
|
||||
* </p>
|
||||
*
|
||||
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
|
||||
* @author ZhouXY
|
||||
* @see IValidateRequired
|
||||
* @see BaseValidator
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user