标签: java generics methods return return-type
我有以下方法,其中T是特定的类,
public Class<List<T>> responseClass();
在实现此方法时,如何返回List<T>的类?
List<T>