diff options
Diffstat (limited to 'docs/adk15ProgGuideDB/reflection.xml')
-rw-r--r-- | docs/adk15ProgGuideDB/reflection.xml | 13 |
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> |