The only change to the framework to implement this...
# tornadofx
e
The only change to the framework to implement this would be to create the marker interface and change the first line of the
find
function to:
val useScope = if (InstanceScoped::class.java.isAssignableFrom(type.java)) Scope() else FX.fixedScopes[type] ?: scope