Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Callee weaving


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



Back to the top