Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] how to receive value from around advice

Re-read the docs. Pay attention to the proceed() syntax and it's return
value.

Nick

On 1/24/04 4:45 AM, "Hinna Javaid" <02030010@xxxxxxxxxxx> wrote:

> hi
> when an around advice returns a value how do i receive it in my main program.
> would it be set for the target variable that was sent as a parameter in the
> pointcut. can anybody help me with this?
> thanx
> hinna

-- 
Nicholas Lesiecki
Software Craftsman, specializing in J2EE,
Agile Methods, and aspect-oriented programming

Check out my books:
* Mastering AspectJ: http://tinyurl.com/66vf
* Java Tools for Extreme Programming: http://tinyurl.com/66vt

Check out my articles on AspectJ:
* http://tinyurl.com/66vu and http://tinyurl.com/66vv



Back to the top