Module traits

Source
Expand description

Define traits that expose DI apis to user.

Traitsยง

AsyncDIPortal
Add di methods for DI target types that needs async creation.
AsyncDIProvider
Provides component instance for trait DI types that needs async creation.
DIPortal
Add di methods for DI target types.
DIProvider
Provides component instance for trait DI types.
DITarget