YairHalberstadt / stronginject

compile time dependency injection for .NET
MIT License
845 stars 24 forks source link

Support registering generic decorators directly #129

Closed YairHalberstadt closed 3 years ago

YairHalberstadt commented 3 years ago
[RegisterDecorator(typeof(Decorator<>), typeof(Decorated<>))]