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
Post a Comment