在 C# 中,这是可能的:
public interface IMyCoolInterface<TEntity> where TEntity : class
{
}
所以泛型被限制/限制在一个类中。
这可以用 Java 实现吗?
BIG阳
达令说
相关分类