diff options
author | mkersten <mkersten> | 2003-07-30 09:09:31 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2003-07-30 09:09:31 +0000 |
commit | 4af623820a169e3179f448da0c089a82e156c94d (patch) | |
tree | 7659ebf1e961800797283f035bf2ad161fe5db4d | |
parent | f252c555f0ce6f1d5f367ece351939d138742666 (diff) | |
download | aspectj-4af623820a169e3179f448da0c089a82e156c94d.tar.gz aspectj-4af623820a169e3179f448da0c089a82e156c94d.zip |
added mailing list discussion items
-rw-r--r-- | docs/developer/language.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/developer/language.html b/docs/developer/language.html index 641353f9d..824b8195b 100644 --- a/docs/developer/language.html +++ b/docs/developer/language.html @@ -142,6 +142,19 @@ <h3 align="center">AspectJ Language Design</h3> +<h4>AspectJ 1.2 Language Features</h4> +<ul> + <li>Extensible pointcuts, abstract pointcuts, and interfaces<ul> + <li> + <a href="http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00458.html"> + http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00458.html</a></li> + <li> + <a href="http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00467.html"> + http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00467.html</a> <br> + </li> + </ul> + </li> +</ul> <h4>Key Language Design Properties (from Gregor)</h4> <p>(1) Orthogonal join point model - the different kinds of join points, the different primitive pointcuts, and the different kinds of advice can be used in |