<@U25U0KPFT> There is already support for Singleto...
# tornadofx
e
@carlw There is already support for Singleton, Scoped and Prototype. A Singleton is
inject(DefaultScope)
, Scoped is
inject()
and Prototype is
inject()
for a Fragment 🙂