zef_di_core library

Classes

DependencyModule
Marks a class as a dependency registration module within the service locator.
DependencyRegistration
Base class for defining registration entries within a dependency injection framework.
RegisterFactoryMethod
Marks a registration that employs a factory method for service instantiation within the service locator.
RegisterLazy
Denotes a registration for lazy initialization of services within the service locator.
RegisterSingleton
Designates a singleton instance registration within the service locator.
RegisterTransient
Indicates a factory registration for dynamic service creation within the service locator.
ServiceLocator
Central management hub for dependencies and service instances within a dependency injection (DI) framework.
ServiceLocatorAdapter
ServiceLocatorBuilder
Facilitates the configuration and initialization of a ServiceLocator instance using a fluent interface.