winter / io.jentz.winter / WinterInjection / Adapter / disposeGraph

disposeGraph

abstract fun disposeGraph(instance: Any): Unit

Dispose the dependency graph of the given instance.

Parameters

instance - The instance to dispose the graph for.

Exceptions

io.jentz.winter.WinterException - if no graph for this instance type exists.