IOC注入技术之编译时注入
作者:互联网
IOC技术主要内容:
1.源码时注入: android studio插件
2.编译时注入: butterknife,dagger2
3.运行时注入: xUtils,eventBus,springMVC
流行的注入框架:
Butterknife
https://github.com/Krishnasony/ButterKnifeDagger
Dagger2
https://github.com/square/dagger
daggerAndroid(课后自学)
https://dagger.dev/android
scope和dependencies的使用
1.多个component上面的scope不能相同
2.没有scope的组件不能去依赖有scope的组件
标签:dagger,编译,https,scope,android,IOC,注入 来源: https://blog.csdn.net/yzpbright/article/details/111143445