PostConstruct

Methods marked with this UDA within dependencies are called after that dependency is constructed by the dependency container.

Multiple methods can be marked and will all be called after construction. The order in which methods are called is undetermined. Methods should have the signature void(void).

struct PostConstruct

Meta