An open API service indexing awesome lists of open source software.

https://github.com/archinamon/androidaspectjexample

demo project releasing aspectJ environment
https://github.com/archinamon/androidaspectjexample

Last synced: 10 months ago
JSON representation

demo project releasing aspectJ environment

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/Archinamon/AndroidAspectJExample.svg?branch=master)](https://travis-ci.org/Archinamon/AndroidAspectJExample)

# AspectJExampleAndroid
demo project releasing aspectJ environment

Supports demostration
------
* Tests coverage by AspectJ code
* Working with Dagger2, AndroidAnnotations
* Kotlin coverage by AspectJ code (Groovy/Scala also possible, but excluded for simplicity)
* Aj plugin extension parameters

Useful links that helps better understands the AspectJ language and some common tips, examples:
* Quick reference manual
* Aspects code examples