http://www.jianshu.com/p/39d1df6c877d
需要注意:
1 导入不要使用博客中的方法
compile ‘com.google.dagger:dagger:2.9’
annotationProcessor ‘com.google.dagger:dagger-compiler:2.9’
//java注解
compile ‘org.glassfish:javax.annotation:10.0-b28’
2 如果DaggerMainComponent无法找到
rebuild 项目