Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] thisResult

Take a look at after returning advice and around advice using the proceed()
construct.

Cheers,
nick
--- Jesper Andersen <JAndersen@xxxxxxxxxxxx> wrote:
> It's been a while since I messed around with aspectj.  What happened to
> the
> thisResult construct?  Has there been any replacement for it?  Have any
> other idioms been developed regarding working with the returned
> references
> of methods?  Specifically what I'm looking to do is perform some loose
> contract validation on the returned object of a method (make sure a
> "isLoaded" member is set to true).
>  
> Thanks for any help,
>  
>             Jesper Andersen
> 



Back to the top