# android-sample-aspectj **Repository Path**: chenjiufu95/android-sample-aspectj ## Basic Information - **Project Name**: android-sample-aspectj - **Description**: android aspectj 范例代码 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-10-12 - **Last Updated**: 2021-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # android-sample-aspectj #### 介绍 android aspectj 范例代码 #### aspectj版本查询 1. https://www.eclipse.org/aspectj/ #### 版本使用 1. android studio 4.2.1 , 2. com.android.tools.build:gradle:4.2.1 3. org.aspectj:aspectjtools:1.9.6 4. gradle-6.7.1-bin.zip #### 注解类 1. UserAuth 用户登录效验 2. AppLog 打印日志 #### 参考资料 1. (感谢博主的资料!!) https://www.cnblogs.com/aimqqroad-13/p/14101851.html