Hello aspectJ users, What could be the best way to traverse aspects sources and targets? any example code or technology or pointers available for it?
My challenge is like, I have class A, Class B and Aspect C. aspect C has links (for example: before() and after() calls) to class A and B. I want to traverse aspect C efficiently that i can automatically workout with the links/calls. best regards -- SAAD
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
