文件名称:Android代码-lancet
文件大小:198KB
文件格式:ZIP
更新时间:2022-08-26 09:35:13
Android代码
Lancet Chinese README Lancet is a lightweight AOP framework for Android. It's fast and just take up a little time during compiling. Also, it supports incremental compiling. But it provides great api to help you coding in Android. It takes no runtime jar. In addition, not only App developers but also SDK developers can use Lancet. Usage Installation Firstly, add following code in root build.gradle of your project. dependencies{ classpath 'me.ele:lancet-plugin:1.0.4' } And then, add following