Instead of using getGenericSuperclass, I used T::c...
# kodein
s
Instead of using getGenericSuperclass, I used T::class.java with the reified type system. Whats the advantage of getGenericSuperclass over T::class.java?