Uses of Interface
org.aspectj.weaver.reflect.AnnotationFinder
Packages that use AnnotationFinder
-
Uses of AnnotationFinder in org.aspectj.weaver.reflect
Methods in org.aspectj.weaver.reflect that return AnnotationFinderModifier and TypeMethodDescriptionIReflectionWorld.getAnnotationFinder()
ReflectionWorld.getAnnotationFinder()
static AnnotationFinder
ReflectionWorld.makeAnnotationFinderIfAny(ClassLoader loader, World world)
Methods in org.aspectj.weaver.reflect with parameters of type AnnotationFinderModifier and TypeMethodDescriptionstatic ReflectionVar
ReflectionVar.createArgsAnnotationVar(ResolvedType type, int index, AnnotationFinder finder)
static ReflectionVar
ReflectionVar.createArgsVar(ResolvedType type, int index, AnnotationFinder finder)
static ReflectionVar
ReflectionVar.createAtAnnotationVar(ResolvedType annType, AnnotationFinder finder)
static ReflectionVar
ReflectionVar.createTargetAnnotationVar(ResolvedType type, AnnotationFinder finder)
static ReflectionVar
ReflectionVar.createTargetVar(ResolvedType type, AnnotationFinder finder)
static ReflectionVar
ReflectionVar.createThisAnnotationVar(ResolvedType type, AnnotationFinder finder)
static ReflectionVar
ReflectionVar.createThisVar(ResolvedType type, AnnotationFinder finder)
static ReflectionVar
ReflectionVar.createWithinAnnotationVar(ResolvedType annType, AnnotationFinder finder)
static ReflectionVar
ReflectionVar.createWithinCodeAnnotationVar(ResolvedType annType, AnnotationFinder finder)
void
ReflectionBasedResolvedMemberImpl.setAnnotationFinder(AnnotationFinder finder)