blob: ded805fb06b3944b3b05323d116f631a1c018c83 (
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
|
<chapter id="autoboxing" xreflabel="Autoboxing and Unboxing">
<title>Autoboxing and Unboxing</title>
<sect1 id="boxing-inJava5">
<title>Autoboxing and Unboxing in Java 5</title>
<para>
Java 5 (and hence AspectJ 1.5) ... . For example:
</para>
<programlisting><![CDATA[
]]></programlisting>
</sect1>
<sect1>
<title>Autoboxing and Join Point matching in AspectJ 1.5</title>
</sect1>
<sect1>
<title>Inter-type method declarations and method dispatch</title>
</sect1>
</chapter>
|