Re: [aspectwerkz-user] Modifying parameters...
"Corey Puffalt" <[email protected]> Wed, 1 Mar 2006 17:49:43 -0700
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your reply. It took a few hours but I did manage a working configuration based on the information you pointed to. One issue I discovered is that even if the new JoinPoint interface you define extends JoinPoint (as opposed to StaticJoinPoint) you can't access the rtti information (ie. call get Rtti() ) successfully. The documentation implies this should work. Instead I was getting an abstract method error (or something similar -- sorry I've lost the details.) Maybe this is a known issue? Corey On 3/1/06, Jonas Bonér <[email protected]> wrote: > > Hi there. > > This is what you want: > > http://aspectwerkz.codehaus.org/new_features_in_2_0.html#Strongly_typed_proceed > > Besides, actually working :-), (and being more elegant), it is much > more performant since no reflection is used - all is statically > compiled. > > > /Jonas >