Interface LockHandler<T>

Type Parameters:
T - 所涉及对象的类型

public interface LockHandler<T>
读写拦截锁
Since:
Java 17+
Author:
Kimi Liu