A decorator that registers a class with dependency injection, enabling the automatic resolution of its constructor arguments based on their types and predefined injections.
The type of the instance being decorated.
A class decorator function that resolves and injects dependencies into the target class.
A decorator that registers a class with dependency injection, enabling the automatic resolution of its constructor arguments based on their types and predefined injections.