Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] after advice and try catch statement

Hi

I am using the after advice to insert some code into the end of a method.
When I de-compile the method I see that the aspectj compiler has inserted a
try catch statement into the method. The try is the very first line and the
catch is at the end of the method. Is there anyway of inserting the code
without this try catch clause been added or is this the only way that the
after advice works.

Thanks

Anthony
-- 
View this message in context: http://www.nabble.com/after-advice-and-try-catch-statement-tp24288917p24288917.html
Sent from the AspectJ - dev mailing list archive at Nabble.com.



Back to the top