From 259463242401a2d1e63def59162cea97878e693d Mon Sep 17 00:00:00 2001 From: acolyer Date: Wed, 18 Aug 2004 13:29:30 +0000 Subject: [PATCH] fix for 72032 - clarification of cflow(handler(...)) --- docs/progGuideDB/implementation.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/progGuideDB/implementation.xml b/docs/progGuideDB/implementation.xml index 3647b7f65..8f052ef50 100644 --- a/docs/progGuideDB/implementation.xml +++ b/docs/progGuideDB/implementation.xml @@ -206,7 +206,8 @@ IOException handler. It is equivalent to cflow(call(void foo())). In general, cflow(handler(Type)) - will pick out no join points. + will not pick out any join points, the one exception to this is join points + that occur during the execution of any before advice on the handler. This does not restrict programs from placing before advice on -- 2.39.5