Re: [aspectwerkz-dev] RE: [aspectwerkz-user] typed vs untyped annotations [ARCHITECTURE]
the_mindstorm <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Jonas Boner wrote: Please post these question to the dev list. Pls correct me if i am wrong (and this is very possible [smile/]): - currently: the original method is replaced by a special method which delegates the call using JoinPointManager. The designated advice method is then called using reflection. True and false. If you have JIT enabled (default) then the target method/field and advice will be called statically, else they are called using reflection. 10x - online method: modify the bytecode to include the advice method bytecode Don't understand what you mean here. Me neither :-). I was thinking that the inline weaving means in a way the write of the joinpoint code (using the initial bytecode and the advice code). <<the_mindstorm>>