Hi,
I'm using AspectJ in my project. There are some problems which i'm facing currently . One of the major issue is
" My cross views only show the static join point . Now the problem is there is no gurantee that the join point will match at runtime (ex: cflow()). How to avoid this kind of situation " I want 100% matches all the time .
Any other idea how to get this thing done ?
Thanks