Skip to main content

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

answered on stack overflow.

Andy


On 9 July 2014 17:03, vach <vachagan.balayan@xxxxxxxxx> wrote:
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.
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top