In the case I'm looking at, I only really want the...
# announcements
d
In the case I'm looking at, I only really want the reified type parameter around so I can call
toTypedArray()
on a
List<T>
, and I suppose I could instead construct a suitable array using my
Class<T>
and populate it manually...