winter / io.jentz.winter.plugin / SimplePlugin / postConstruct

postConstruct

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

Overrides Plugin.postConstruct

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.