Expand description
Define traits that expose DI apis to user.
Traitsยง
- AsyncDI
Portal - Add
dimethods for DI target types that needs async creation. - AsyncDI
Provider - Provides component instance for trait DI types that needs async creation.
- DIPortal
- Add
dimethods for DI target types. - DIProvider
- Provides component instance for trait DI types.
- DITarget