]> source.dussan.org Git - aspectj.git/commitdiff
fix for 72032 - clarification of cflow(handler(...))
authoracolyer <acolyer>
Wed, 18 Aug 2004 13:29:30 +0000 (13:29 +0000)
committeracolyer <acolyer>
Wed, 18 Aug 2004 13:29:30 +0000 (13:29 +0000)
docs/progGuideDB/implementation.xml

index 3647b7f659acc4fe91c321fd507ad9a61eab155e..8f052ef50b841fa5abc6160a8916c49ebeb8b9ba 100644 (file)
   <literal>IOException</literal> handler.  It is equivalent to
   <literal>cflow(call(void foo()))</literal>.  In general,
   <literal>cflow(handler(<replaceable>Type</replaceable>))</literal>
-  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.
   </para>
 
   <para> This does not restrict programs from placing before advice on