I do not use reified on `Class<T>` anymore e...
# reflect
a
I do not use reified on
Class<T>
anymore even though you can trick it into giving you sometimes the generic info as well (ignore the
Class
and reify the T and use it to make a type reference), it never worked out because users would pass in different things that sometimes couldn't be reified.