The `erased<T>()` function (which is a simpl...
# kodein
s
The
erased<T>()
function (which is a simple alias to
T::class.java
) is a lot faster than
generic<T>()
which extracts all generic informations.