# AspectJX-Demo **Repository Path**: wpmufeng/AspectJX-Demo ## Basic Information - **Project Name**: AspectJX-Demo - **Description**: AspectJX Demo - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-30 - **Last Updated**: 2020-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [gradle_plugin_android_aspectjx]:https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx AspectJX-Demo ============================== 一个[gradle_plugin_android_aspectjx]插件的应用示例 示例包括kotlin代码,AOP代码,AOP代码可以放在app项目里面,也可以放在library项目里面以aar的方式依赖 **如果你本地没有kotlin环境,可能Demo会跑不起来,可以参考下面这个基于aspectjx的项目** [用aspectjx实现的简单、方便、省事的Android M动态权限配置框架](https://github.com/firefly1126/android_permission_aspectjx) AspectJ相关内容可以参考如下引用: [AspectJ官网](https://eclipse.org/aspectj/) [AspectJ Programming Guide](https://eclipse.org/aspectj/doc/released/progguide/index.html) [AspectJ Development Environment Guide](https://eclipse.org/aspectj/doc/released/devguide/index.html) [AspectJ NoteBook](https://eclipse.org/aspectj/doc/released/adk15notebook/index.html) License ------- ``` Copyright 2016 hujiang, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.gradle_plugin_android_aspectjx ```