blob: 57ea7ae2d64e792b8a72c34b70e52ad4cd565c63 (
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
|
<chapter id="generics" xreflabel="Generics">
<title>Generics</title>
<sect1 id="generics-inJava5">
<title>Generics in Java 5</title>
<para>
This section provides the essential information about generics in
Java 5 needed to understand how generics are treated in AspectJ 5.
For a full introduction to generics in Java, please see the
documentation for the Java 5 SDK.
</para>
<sect2>
<title>Declaring Parameterized Types</title>
</sect2>
<sect2>
<title>Using Parameterized Types</title>
</sect2>
<sect2>
<title>Assignments and Wildcards</title>
</sect2>
<sect2>
<title>Generic Methods</title>
</sect2>
</sect1>
<sect1 id="generics-inAspectJ5">
<sect2>
<title>Parameterized Aspect Types</title>
</sect2>
<sect2>
<title></title>
</sect2>
<sect2>
<title></title>
</sect2>
<sect2>
<title></title>
</sect2>
</sect1>
</chapter>
|