Using the wormhole pattern with AspectJ, is there a way that the executing method name can be seen in the wormhole advice?
I have an example where a service class (C
the static join point info (thisJoinPointStaticPart) should contain the proper method name. but i believe it will only happen when the modelGetter is set to call rather than execution
thisJoinPointStaticPart
call
execution
https://www.eclipse.org/aspectj/doc/next/runtime-api/org/aspectj/lang/JoinPoint.StaticPart.html