Android AOP programming -- AspectJ Syntax & Practice

In the last article Android AOP programming (I) -- AspectJ basic knowledge In, I recorded some basic knowledge of AOP programming using AspectJ in Android, but the most important use of AspectJ is the syntax for the aspect. It is not difficult to find the aspect, but how to write rules to match the aspect. This article mainly records the syntax ...

Posted by dynamicallystatic on Thu, 20 Jan 2022 21:25:10 +0100