https://github.com/archinamon/androidaspectjexample2
Ultimately small & simple sample — AspectJ for Android!
https://github.com/archinamon/androidaspectjexample2
android aspectj aspects groovy-android java kotlin write-aspects
Last synced: 7 months ago
JSON representation
Ultimately small & simple sample — AspectJ for Android!
- Host: GitHub
- URL: https://github.com/archinamon/androidaspectjexample2
- Owner: Archinamon
- License: apache-2.0
- Created: 2017-11-09T07:57:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T08:31:54.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T12:50:09.087Z (9 months ago)
- Topics: android, aspectj, aspects, groovy-android, java, kotlin, write-aspects
- Language: Kotlin
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/Archinamon/AndroidAspectJExample2)
# AspectJ for Android Example number TOO
Ultimately small & simple!This project is related to [android-gradle-aspectj](https://github.com/Archinamon/GradleAspectJ-Android) plugin that brings support of AspectJ language into your Android project.
Thank's for the idea to @zmorris about to create a really simple sample project to introduce the AspectJ power to Android ecosystem.
You can always learn more looking at more [complex example](https://github.com/Archinamon/AspectJExampleAndroid).
Useful links that helps better understands the AspectJ language and some common tips, examples:
* Quick reference manual
* Aspects code examples