Decorator to mark a class as an injectable dependency that can be managed by the IoC container.
Injectable classes can be automatically instantiated and have their dependencies resolved when requested through the container.
This enables dependency injection and inversion of control.
Decorator to mark a class as an injectable dependency that can be managed by the IoC container.
Injectable classes can be automatically instantiated and have their dependencies resolved when requested through the container.
This enables dependency injection and inversion of control.