diff options
author | acolyer <acolyer> | 2004-08-18 13:29:30 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-08-18 13:29:30 +0000 |
commit | 259463242401a2d1e63def59162cea97878e693d (patch) | |
tree | 16bf8bf8a05335fb87f0b5b814970bd35204fbd7 /docs | |
parent | 59b3a97f89b222d2e1e5cf35c1ab9a9d2f070a73 (diff) | |
download | aspectj-259463242401a2d1e63def59162cea97878e693d.tar.gz aspectj-259463242401a2d1e63def59162cea97878e693d.zip |
fix for 72032 - clarification of cflow(handler(...))
Diffstat (limited to 'docs')
-rw-r--r-- | docs/progGuideDB/implementation.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <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 |