dvdciri / daggraph

Dagger dependency graph generator for Android Developers
MIT License
1.15k stars 58 forks source link

Load @Inject annotations #4

Closed dvdciri closed 6 years ago

dvdciri commented 6 years ago

We have to introduce another step after the load of modules and components, which is loading the injections. Every time we find a @Inject annotation with a dependency we should save it under the dependency which is injected.