Hi All, I found that in AspectJ, if I put a return statement in an advice, it will not affect the execution of program. Is return just ignored in any advice? I couldn't find any explanation in AspectJ documentation. Could anyone give some answer to this? Thanks, Chuan