文件名称:Android代码-motif
文件大小:578KB
文件格式:ZIP
更新时间:2022-08-26 02:08:36
Android代码
Motif Motif is a DI library that offers a simple API optimized for nested scopes. Under the hood it generates Dagger code. Other Resources Dagger Interoperability IDE Integration DroidCon Talk Gradle annotationProcessor 'com.uber.motif:motif-compiler:x.y.z'compile 'com.uber.motif:motif:x.y.z' The Basics This is a Motif Scope. It serves as a container for objects that can be created by this Scope: Notes for Dagger users... A Motif Scope is analogous to a Dagger @Component. @motif.Sc