Hi,

Given an advice A, how is it possible to write a Java program (perhaps by
using the current AspectJ and/or AJDT APIs) to find out what classes and
within each class, what elements (i.e. join points) are advised by A?


Technically, the pointcut(s) associated with the advice A is able to tell
us what the advised join points and their affected classes are. However,
obtaining this kind of crosscutting relationships information in automated
manner is probably non-trivial, where I am looking a solution for it.


Thanks in advance,

~parizi
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to