| Re: [aspectj-users] JoinPoint SourceLocation vs. Stack Trace Interigation |
"Using thisJoinPointStaticPart will avoid the run-time creation of the
join point object that may be necessary when using thisJoinPoint directly"
Wes
Gregory> It is my understanding that the use of JoinPoint is a Gregory> reflective operation. [...]
Have you considered using `thisJoinPointStaticPart'?
Eric.
in lieu of this:
Greg K. gregATkedgesNOSPAMcom