Chapter 10. New Reflection Interfaces

Table of Contents

The Aspect Class

AspectJ 5 provides support for runtime reflection of aspect types. The class Aspect is analogous to the Java class Class and provides access to the members of an aspect.

The Aspect Class