Join Slack
Communities
Powered by
It does add an extra reflection call to accept `Ty...
# tornadofx
r
Ruckus
09/11/2016, 4:51 AM
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)
.
Open in Slack
Previous
Next