Re: [aspectwerkz-dev] RE: [aspectwerkz-user] typed vs untyped annotations [ARCHITECTURE]
pope <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Jonas Boner wrote: Please post these question to the dev list. 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>>