dvdciri / daggraph

Dagger dependency graph generator for Android Developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support other DI framework

afaucogney opened this issue · comments

Description

I would like to support another DI framework that also implement the JSR330 : Tootphpick

Steps to reproduce

Expected behaviour

As the framework use mainly @Inject annotation, eg : the binding is implemented inside module is done by code. I would like to just make a graph from @Inject. How this is possible ? Where to start ?

Screenshot

Thanks for the issue, there are currently no plans to support other DI frameworks in the future. If you want to give it a try you can still fork the repository and use it as a base.