chore: 弃用 ValidatableStringRecord

This commit is contained in:
zhouxy108 2025-04-02 10:59:53 +08:00
parent eda835996e
commit 09c6f41610

View File

@ -32,7 +32,10 @@ import xyz.zhouxy.plusone.commons.util.AssertTools;
* *
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 1.0.0 * @since 1.0.0
*
* @deprecated 弃用使用工厂方法创建对象并在其中进行校验即可
*/ */
@Deprecated
public abstract class ValidatableStringRecord<T extends ValidatableStringRecord<T>> public abstract class ValidatableStringRecord<T extends ValidatableStringRecord<T>>
implements Comparable<T> { implements Comparable<T> {