perf: 弃用 ValidatableStringRecord

This commit is contained in:
zhouxy108 2025-04-02 10:59:53 +08:00
parent 0a9005668f
commit 2770614078

View File

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