ProxyContainer

TODO: Add description of what this is and why it was designed as such.

@safe
interface ProxyContainer : Container , Storage!(ProxyObjectFactory, string), Decorator!(Locator!())

Inherited Members

From Container

instantiate
Container instantiate()

Sets up the internal state of container.

terminate
Container terminate()

Destruct all managed components.

Meta