blob: 62f6ca68a8b75d8ac0152c3a00a6a2943a35f3ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
<?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 pointcutexp SYSTEM "pointcutexp.xml">
<!ENTITY pertypewithin SYSTEM "pertypewithin.xml">
<!ENTITY getthistargetobj SYSTEM "getthistargetobj.xml">
<!ENTITY declaresoft SYSTEM "declaresoft.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>
<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>
<para>
This is a draft document and is <emphasis>subject to change</emphasis> before
the design and implementation is complete. There is also no guarantee that all
of the features in this document will be implemented in a 1.5.0 release - some
may be deferred until 1.5.1 or even later. In general, features in which we
have more confidence in the design will be implemented earlier, providing a
framework for user feedback and direction setting on features for which the
use cases are less obvious at time of writing.
</para>
</abstract>
</bookinfo>
&annotations;
&generics;
&enumeratedtypes;
&autoboxing;
&covariance;
&varargs;
&pointcutexp;
&pertypewithin;
&getthistargetobj;
&declaresoft;
&reflection;
&grammar;
</book>
|