You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimalistic approach to dependency injection. Basically the idea is that you can do (almost) everything dagger does with only a handful annotations:
4
+
A minimal dependency injector that uses the following annotations:
5
5
6
6
1.`@Inject` declares an injection point, similarly `@Provides` declares an injection point within the component
0 commit comments