Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] traversing aspect sources and targets

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

Back to the top