主题:适用于Android Java的简单DI API

时间:2024-03-18 14:34:38
【文件属性】:

文件名称:主题:适用于Android Java的简单DI API

文件大小:815KB

文件格式:ZIP

更新时间:2024-03-18 14:34:38

Kotlin

主题 Motif是一个DI库,提供针对嵌套范围进行了优化的简单API。 注意:Motif的早期版本在引擎盖下生成了Dagger代码。 这已不再是这种情况。 其他资源 Gradle annotationProcessor 'com.uber.motif:motif-compiler:x.y.z'implementation 'com.uber.motif:motif:x.y.z' 保卫者 -keep class motif.Scope -keep class motif.ScopeImpl -keep @motif.Scope interface * -keep @motif.ScopeImpl class * 基础 这是一个主题范围。 它充当此范围可以创建的对象的容器: 给Dagger用户的提示... 主题范围类似于Dagger @Component 。 @motif . Scope


网友评论