Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Tracing method using AspectJ

Hi,

I am new to AspectJ, I have a few questions. I appreciate if anyone
can help with me that:
1. I read the tracing example,
http://eclipse.org/aspectj/doc/released/progguide/examples-development.html#d0e2490

I would like to know if I can setup so that I only trace method
depends on the Return value of the method that I am trying to trace.
And if I can get the value of the input parameters?

2. Is it possible to trace a method depends on the CALLER of that method?

3. Do I need to use Java5 for AspectJ?

Thank you.


Back to the top