The only time you're responsible for anything rela...
# tornadofx
c
The only time you're responsible for anything related to lifecycle is if you are defining a scope (not necessarily a TornadoFX scope). This gives a different lifecyle from singleton (always available) to prototype (always 'new'). Since the container doesn't know about your custom scope, you need to tell it when it's started and ended.