Yes, that is not possible, since Java has no reifi...
# announcements
d
Yes, that is not possible, since Java has no reified type parameters. You need to provide an alternative overload that takes a
Class<T>
.