Class ReflectionWorld

java.lang.Object
org.aspectj.weaver.World
org.aspectj.weaver.reflect.ReflectionWorld
All Implemented Interfaces:
Dump.INode, IReflectionWorld

public class ReflectionWorld extends World implements IReflectionWorld
A ReflectionWorld is used solely for purposes of type resolution based on the runtime classpath (java.lang.reflect). It does not support weaving operations (creation of mungers etc..).
Author:
Adrian Colyer, Andy Clement