diff options
author | ehilsdal <ehilsdal> | 2003-12-02 19:31:52 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2003-12-02 19:31:52 +0000 |
commit | 9f8fdd6e73ae4995d195cc5637307ee7b5d9b057 (patch) | |
tree | 052207e2a17b62ba31efbe65ca95b19828489ee0 /docs/dist/doc/index.html | |
parent | 4880b54e69fcd225590fce7079a84d2b17a6ee62 (diff) | |
download | aspectj-9f8fdd6e73ae4995d195cc5637307ee7b5d9b057.tar.gz aspectj-9f8fdd6e73ae4995d195cc5637307ee7b5d9b057.zip |
Fix for Bugzilla 37899: Document or address limitations on handler pointcut/joinpoints
* changed "Implementation Limitations" to "Implementation Notes" inside ProgGuide
* added section on bytecode limitations, headed by handler issues.
Diffstat (limited to 'docs/dist/doc/index.html')
-rw-r--r-- | docs/dist/doc/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 3eb29ffa5..b157b34fc 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -83,7 +83,8 @@ summarizes AspectJ syntax, the <a href="progguide/semantics.html">Language Semantics</a> best describes AspectJ usage, and - <a href="progguide/limitations.html">Implementation Limitations</a> notes that + <a href="progguide/implementation.html">Implementation Notes</a> + describes how the current version is limited to code the compiler controls.</td> </tr> @@ -307,7 +308,7 @@ As you learn, use the compiler's <code>-Xlint</code> flags to catch some common mistakes. (Understand that the - <a href="progguide/limitations.html">current implementation</a> + <a href="progguide/implementation.html">current implementation</a> is limited to code the compiler controls.) <p> To plan how to adopt AspectJ into a project, read the |