|
Ravi, It looks like your email client is doing something funny because I created a new thread. Check out http://www.nabble.com/AspectJ---users-f2219.html and you will see that my question was not in reply to any other thread. Even funnier is the fact that your reply is not grouped with my question, instead it's coming on its own thread. BTW, thanks for your reply. I originally tried execution(void *((@ManageConnection *)) too but now I understand that this matches when the object that is being passed belongs to a type annotated with @ManageConnection. Putting brackets around the parameter like @ManageConnection(*) matches when parameters declaration itself in annotated. This was the subtlety in the syntax that I was missing. Thanks Tahir Akhtar Ravichandra C wrote:
|
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
