]> source.dussan.org Git - aspectj.git/commitdiff
fix for bug 53028
authoracolyer <acolyer>
Fri, 6 Aug 2004 09:04:23 +0000 (09:04 +0000)
committeracolyer <acolyer>
Fri, 6 Aug 2004 09:04:23 +0000 (09:04 +0000)
docs/progGuideDB/semantics.xml

index 3c02329f04b8f2287bb1d2723d494d216c400e90..b88e86c7efe198db12e3dd9e0dcb8cce87fe7a0a 100644 (file)
     <para>
       Around advice runs in place of the join point it operates over, rather
       than before or after it.  Because around is allowed to return a value, it
-      must be declared with a return type, like a method.  A piece of around
-      advice may be declared <literal>void</literal>, in which case it is not
-      allowed to return a value, and instead whatever value the join point
-      returned will be returned by the around advice (unless the around advice
-      throws an exception of its own).
+      must be declared with a return type, like a method.
     </para>
 
     <para>