Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] A question about advice

Hi,

In Java, the references of objects can be passed in parameters of a
method. However, in the advice code, if it needs to use other objects
which don't appear in the join point, how could the advice get the
reference to those objects?

Hope my question is clear. Thank you in advance.

Cong


Back to the top