Skip to content

Commit eb02f29

Browse files
committed
Added mention of SwinjectAutoregistration in the documentation
1 parent 3a209de commit eb02f29

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ Swinject is a lightweight dependency injection framework for Swift apps. It allo
2525
1. [SwinjectPropertyLoader](https://github.com/Swinject/SwinjectPropertyLoader): Loading property values from resources
2626
2. [SwinjectStoryboard](https://github.com/Swinject/SwinjectStoryboard): Automatic dependency injection via Storyboard
2727
3. [Swinject-CodeGen](https://github.com/Swinject/Swinject-CodeGen): Type-safe code generation of `Container` from a CSV/YAML file defining dependencies
28+
4. [SwinjectAutoregistration](https://github.com/Swinject/SwinjectAutoregistration): Automatic registration of services by leveraging the Swift Generics.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Dependency injection (DI) is a software design pattern that implements Inversion
3535
- **[SwinjectPropertyLoader](https://github.com/Swinject/SwinjectPropertyLoader)**: Loading property values from resources.
3636
- **[SwinjectStoryboard](https://github.com/Swinject/SwinjectStoryboard)**: Automatic dependency injection via Storyboard.
3737
- **[Swinject-CodeGen](https://github.com/Swinject/Swinject-CodeGen)**: Type-safe code generation of `Container` from a CSV/YAML file defining dependencies.
38+
- **[SwinjectAutoregistration](https://github.com/Swinject/SwinjectAutoregistration)**: Automatic registration of services by leveraging the Swift Generics.
3839

3940
## Requirements
4041

0 commit comments

Comments
 (0)