ValueRegistrationContext

A registration interface for components already created.

Value registration context, provides a nice registration api over Object containers, to store already instantiated components into container.

Members

Functions

register
ValueRegistrationContext register(T value, string identity)
ValueRegistrationContext register(T value)

Register a component into value container by identity, type or interface.

Variables

storage
Storage!(Object, string) storage;

Storage for already instantiated components.

Meta