diff options
author | wisberg <wisberg> | 2003-07-15 23:31:40 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-07-15 23:31:40 +0000 |
commit | d45323de72f326db0a09660f8e5c792ba840853f (patch) | |
tree | 66cf966250320310061673e3adf258539c2699a9 /docs | |
parent | ca5a31135689b903e347492b836257fc5735fdf4 (diff) | |
download | aspectj-d45323de72f326db0a09660f8e5c792ba840853f.tar.gz aspectj-d45323de72f326db0a09660f8e5c792ba840853f.zip |
added caveat for around advice on initialization
Diffstat (limited to 'docs')
-rw-r--r-- | docs/progGuideDB/limitations.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/progGuideDB/limitations.xml b/docs/progGuideDB/limitations.xml index 6452b9ace..34d1cbd55 100644 --- a/docs/progGuideDB/limitations.xml +++ b/docs/progGuideDB/limitations.xml @@ -65,7 +65,11 @@ 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> |