aboutsummaryrefslogtreecommitdiffstats
path: root/docs/adk15ProgGuideDB/adk15notebook.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-11-09 14:28:24 +0000
committeracolyer <acolyer>2004-11-09 14:28:24 +0000
commit20331431a5fd3b26a9314df68360ae057c713e5b (patch)
treec7c25ee3d95e3cea4240219ce91bde123f6ceccd /docs/adk15ProgGuideDB/adk15notebook.xml
parentedd6539e53d96e60f257952e582783c7d8aac25c (diff)
downloadaspectj-20331431a5fd3b26a9314df68360ae057c713e5b.tar.gz
aspectj-20331431a5fd3b26a9314df68360ae057c713e5b.zip
early draft of AspectJ 1.5 documentation - do not rely on the contents of these docs yet!!!
Diffstat (limited to 'docs/adk15ProgGuideDB/adk15notebook.xml')
-rw-r--r--docs/adk15ProgGuideDB/adk15notebook.xml57
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/adk15ProgGuideDB/adk15notebook.xml b/docs/adk15ProgGuideDB/adk15notebook.xml
new file mode 100644
index 000000000..401fc3d9b
--- /dev/null
+++ b/docs/adk15ProgGuideDB/adk15notebook.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "../../lib/docbook/docbook-dtd/docbookx.dtd"
+[
+<!ENTITY annotations SYSTEM "annotations.xml">
+<!ENTITY generics SYSTEM "generics.xml">
+<!ENTITY enumeratedtypes SYSTEM "enumeratedtypes.xml">
+<!ENTITY autoboxing SYSTEM "autoboxing.xml">
+<!ENTITY covariance SYSTEM "covariance.xml">
+<!ENTITY varargs SYSTEM "varargs.xml">
+<!ENTITY pertypewithin SYSTEM "pertypewithin.xml">
+<!ENTITY getthistargetobj SYSTEM "getthistargetobj.xml">
+<!ENTITY declaresoft SYSTEM "declaresoft.xml">
+<!ENTITY reflection SYSTEM "reflection.xml">]>
+
+<book>
+ <bookinfo>
+ <title>The AspectJ<superscript>TM</superscript> Development Kit v1.5 Developer's Notebook</title>
+
+ <authorgroup>
+ <author>
+ <othername>the AspectJ Team</othername>
+ </author>
+ </authorgroup>
+
+ <legalnotice>
+ <para>
+ Copyright (c) 2004 Contributors,
+ All rights reserved.
+ </para>
+ </legalnotice>
+
+ <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.
+ If you are new to AspectJ, we recommend you start
+ by reading the programming guide.
+ </para>
+
+ </abstract>
+ </bookinfo>
+
+ &annotations;
+ &generics;
+ &enumeratedtypes;
+ &autoboxing;
+ &covariance;
+ &varargs;
+ &pertypewithin;
+ &getthistargetobj;
+ &declaresoft;
+ &reflection;
+
+</book>