diff options
Diffstat (limited to 'docs/developer/language.html')
-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 |