aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/developer/language.html13
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>
+&nbsp;</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