You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works with background mechanics of jvm-based languages out-of-box!<br />
25
25
[How to teach Android Studio to understand the AspectJ!](IDE)<br />
26
-
May not work for AS 3.0 :(
26
+
May not work properly for AS 3.0 :(
27
27
28
28
It is easy to isolate your code with aspect classes, that will be simply injected via cross-point functions, named `advices`, into your core application. The main idea is — code less, do more!
29
29
@@ -49,7 +49,7 @@ Don't forget to add `mavenCentral()` due to some dependencies inside AspectJ-gra
49
49
50
50
Add the plugin to your `buildscript`'s `dependencies` section:
0 commit comments