abstract fun postConstruct(graph: Graph, scope: Scope, instance: Any): Unit
This is called whenever a new instance was created.
graph - The Graph the instance was created in.
graph
scope - The Scope of the instance.
scope
instance - The instance that was created.
instance