Skip to content

zmorris/AspectJExampleAndroid

 
 

Repository files navigation

NOTE: This is a fork of Archinamon's AspectJExampleAndroid project demonstrating autodetection of an app's method calls using AspectJ rather than forcing the developer to annotate methods by hand.

The kotlin, groovy, proguard, dagger and annotion portions have been removed, and the AppStartNotifier example has been added.

See the rewound-to-profiler-only branch for the minimum changes needed to add Profiler aspects to a basic project.

Please clone from the original repository, as this one will likely be taken down.


AspectJExampleAndroid

demo project releasing aspectJ environment

Supports demostration

  • Tests coverage by AspectJ code
  • Working with Dagger2, AndroidAnnotations
  • Kotlin/Groovy coverage by AspectJ code
  • Aj plugin extension parameters

Useful links that helps better understands the AspectJ language and some common tips, examples:

About

demo project releasing aspectJ environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.2%
  • AspectJ 35.8%