diff options
author | acolyer <acolyer> | 2004-11-28 21:44:27 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-11-28 21:44:27 +0000 |
commit | 4f5756d56fff9f5af0ed2cf72cf135ae0c1d7b5f (patch) | |
tree | b5d727f275b8320a5b82f9a467238134aa075daf /docs/adk15ProgGuideDB/adk15notebook.xml | |
parent | acbb4e5b1a7c107d0f3897431b15a78d9026c381 (diff) | |
download | aspectj-4f5756d56fff9f5af0ed2cf72cf135ae0c1d7b5f.tar.gz aspectj-4f5756d56fff9f5af0ed2cf72cf135ae0c1d7b5f.zip |
aspectj 5 docs update. Signature matching chapter added.
Annotations chapter complete. Varargs, covariance, autoboxing,
and enum chapters complete. Pertypewithin proposal written up.
Generics, new reflection interfaces, and the "miscellaneous" section
still outstanding.
Diffstat (limited to 'docs/adk15ProgGuideDB/adk15notebook.xml')
-rw-r--r-- | docs/adk15ProgGuideDB/adk15notebook.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/docs/adk15ProgGuideDB/adk15notebook.xml b/docs/adk15ProgGuideDB/adk15notebook.xml index c3ed62924..d3f71630c 100644 --- a/docs/adk15ProgGuideDB/adk15notebook.xml +++ b/docs/adk15ProgGuideDB/adk15notebook.xml @@ -10,16 +10,14 @@ <!ENTITY autoboxing SYSTEM "autoboxing.xml"> <!ENTITY covariance SYSTEM "covariance.xml"> <!ENTITY varargs SYSTEM "varargs.xml"> -<!ENTITY pointcutexp SYSTEM "pointcutexp.xml"> <!ENTITY pertypewithin SYSTEM "pertypewithin.xml"> -<!ENTITY getthistargetobj SYSTEM "getthistargetobj.xml"> -<!ENTITY declaresoft SYSTEM "declaresoft.xml"> +<!ENTITY miscellaneous SYSTEM "miscellaneous.xml"> <!ENTITY reflection SYSTEM "reflection.xml"> <!ENTITY grammar SYSTEM "grammar.xml">]> <book> <bookinfo> - <title>The AspectJ<superscript>TM</superscript> Development Kit v1.5 Developer's Notebook</title> + <title>The AspectJ<superscript>TM</superscript> 5 Development Kit Developer's Notebook</title> <authorgroup> <author> @@ -37,8 +35,8 @@ <abstract> <para> This guide describes the changes to the AspectJ language - in version 1.5. These changes are primarily, but not exclusively, - to support Java 5.0 (Tiger) features. + and tools in AspectJ 5. These changes are primarily, but not exclusively, + to support Java 5 (Tiger) features. If you are new to AspectJ, we recommend you start by reading the programming guide. </para> @@ -59,15 +57,13 @@ &jpsigs; &annotations; &generics; - &enumeratedtypes; &autoboxing; &covariance; &varargs; - &pointcutexp; + &enumeratedtypes; &pertypewithin; - &getthistargetobj; - &declaresoft; &reflection; + &miscellaneous; &grammar; </book> |