Weave external aspect with new pointcut [duplicate]
问题 This question already has answers here : Aspect advising other aspects (4 answers) Closed 3 years ago . I'm pretty new to AOP in general, but I have the following problem. I have 2 projects. One containing an aspect that does some performance testing and another project which has a dependency to the previous one. What I'd like to achieve is weave the aspect from project 1, into another aspect of project 2. As such doing some performance testing on the aspect of project 2. I found out it's not