]> source.dussan.org Git - aspectj.git/commitdiff
added caveat for around advice on initialization
authorwisberg <wisberg>
Tue, 15 Jul 2003 23:31:40 +0000 (23:31 +0000)
committerwisberg <wisberg>
Tue, 15 Jul 2003 23:31:40 +0000 (23:31 +0000)
docs/progGuideDB/limitations.xml

index 6452b9acedeffc09cb4215942754093907ff31ce..34d1cbd55b0d4637466e7d5a00d6a5219a828b58 100644 (file)
     constructor body in question.
        The end of an exception handler is underdetermined in bytecode,
        so ajc will not implement after or around advice on handler join 
-       points, instead signalling a compile-time error.
+       points.
+       Similarly, ajc cannot implement around advice on initialization 
+       or preinitialization join points.  
+    In cases where ajc cannot implement advice, it will emit a 
+    compile-time error noting this as a compiler limitation.
   </para>
 
   <para>