Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Pointcut to capture execution of method from within any other method annotated with ...

Hi, I'm trying to write a poitcut that will capture :

execution of SomeClass.theMethod() from any other method that is annotated
with @SomeAnnotation

is it possible?

more detailed example is  here
<http://stackoverflow.com/questions/24658275/springaop-complex-pointcut>  .





--
View this message in context: http://aspectj.2085585.n4.nabble.com/Pointcut-to-capture-execution-of-method-from-within-any-other-method-annotated-with-tp4651471.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top