Do Dagger 2 and Android Annotations work together? -


i've read here android annotations has been updated work dagger (1), not sure if automatically applies dagger 2 well.

does use aa , dagger 2 together?

thanks.

i'm using dagger2, androidannotations , butterknife(for adapters) , work fine. 1 difference note dagger1 have inject every specific class(not parent activity) declares @inject fields though. don't have inject classes generated androidannotations, since injected fields not declared in generated classes.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -