Interface Poolable<T>

Type Parameters:
T - 对象类型
All Superinterfaces:
Provider, Wrapper<T>
All Known Implementing Classes:
PartitionPoolable, SimplePoolable

public interface Poolable<T> extends Wrapper<T>
池化对象
Since:
Java 17+
Author:
Kimi Liu