You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

reflection.xml 457B

12345678910111213141516171819
  1. <chapter id="reflection" xreflabel="Reflection">
  2. <title>New Reflection Interfaces</title>
  3. <para>
  4. AspectJ 5 provides support for runtime reflection of aspect types. The class <literal>Aspect</literal> is
  5. analogous to the Java class <literal>Class</literal> and provides access to the members of an aspect.
  6. </para>
  7. <sect1 id="reflection_api">
  8. <title>The Aspect Class</title>
  9. <para>
  10. </para>
  11. </sect1>
  12. </chapter>