It does add an extra reflection call to accept `Ty...
# tornadofx
r
It does add an extra reflection call to accept
Type?
, but I don't know what the impact will be. It's a change from
T::class.javaPrimitiveType ?: T::class
to
Class.forName(T::class.jvmName)
.