summaryrefslogtreecommitdiffstats
path: root/docs/adk15ProgGuideDB/reflection.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-04-10 12:33:40 +0000
committeracolyer <acolyer>2005-04-10 12:33:40 +0000
commitd09f86f3551c500323606a765b74a0028aeaec60 (patch)
treea94c976c6f69e8a97c552a91a71dba54a51c27c5 /docs/adk15ProgGuideDB/reflection.xml
parente5339af220a450bbeca7b72c6d9118c1ded56308 (diff)
downloadaspectj-d09f86f3551c500323606a765b74a0028aeaec60.tar.gz
aspectj-d09f86f3551c500323606a765b74a0028aeaec60.zip
add some style to our guides ;)
Diffstat (limited to 'docs/adk15ProgGuideDB/reflection.xml')
-rw-r--r--docs/adk15ProgGuideDB/reflection.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/adk15ProgGuideDB/reflection.xml b/docs/adk15ProgGuideDB/reflection.xml
index a412ab86e..9afde22c4 100644
--- a/docs/adk15ProgGuideDB/reflection.xml
+++ b/docs/adk15ProgGuideDB/reflection.xml
@@ -2,5 +2,18 @@
<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>