Skip to main content

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

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