Package org.aspectj.weaver.reflect
package org.aspectj.weaver.reflect
-
ClassDescriptionWhen a Java15ReflectionBasedDelegate gets the pointcuts for a given class it tries to resolve them before returning.This interface exists to support two different strategies for answering generic signature related questions on Java 5 and pre-Java 5.Under JDK 1.4 or lower, we can't give generic signature info...Uses Java 1.5 reflection APIs to determine generic signaturesProvides Java 5 behaviour in reflection based delegates (overriding 1.4 behaviour from superclass where appropriate)Handles the translation of java.lang.reflect.Type objects into AspectJ UnresolvedTypes.Subtype of ResolvedMemberImpl used in reflection world.An implementation of FastMatchInfo that can also expose a MatchingContext.A variable at a reflection shadow, used by the residual tests.A ReflectionWorld is used solely for purposes of type resolution based on the runtime classpath (java.lang.reflect).