blob: 9afde22c4423885f1fc83d6d486a507eafaf0b48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<chapter id="reflection" xreflabel="Reflection">
<title>New Reflection Interfaces</title>
<para>
AspectJ 5 provides support for runtime reflection of aspect types. The class <literal>Aspect</literal> is
analogous to the Java class <literal>Class</literal> and provides access to the members of an aspect.
</para>
<sect1 id="reflection_api">
<title>The Aspect Class</title>
<para>
</para>
</sect1>
</chapter>
|