Hi,

does AspectJ support callee weaving or does it only weave the callers? 
For instance to intercept method call at the method entry you can modify 
the method (javassis does this) or you can modify all method callers 
(this seems to be done by AspectJ). What are disadvantages of callee 
modifications?

Thanks, Jan

_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to