[aspectwerkz-dev] RE: [aspectwerkz-user] typed vs untyped annotations [ARCHITECTURE]
"Jonas Boner" <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
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. > - online method: modify the bytecode to include the advice > method bytecode > Don't understand what you mean here. /Jonas > <<the_mindstorm>> > >