binder
Classes
| Class | Description |
|---|---|
| Binder | Core interface for registering and resolving dependencies. |
| DisposableBinder | Contract for a Binder that supports explicit disposal of resources. |
| ExportableBinder | Extended Binder that separates registrations into private and public (exported) scopes. |
| RegistrationAwareBinder | Contract for a Binder that can switch its RegistrationStrategy at runtime. |
Enums
| Enum | Description |
|---|---|
| RegistrationStrategy | Defines the strategy for handling duplicate dependency registrations. |