winter / io.jentz.winter.plugin / Plugin / postConstruct

postConstruct

abstract fun postConstruct(graph: Graph, scope: Scope, instance: Any): Unit

This is called whenever a new instance was created.

Parameters

graph - The Graph the instance was created in.

scope - The Scope of the instance.

instance - The instance that was created.