Uses of Interface
org.aspectj.weaver.reflect.AnnotationFinder

Packages that use AnnotationFinder
org.aspectj.weaver.ltw   
org.aspectj.weaver.reflect   
 

Uses of AnnotationFinder in org.aspectj.weaver.ltw
 

Methods in org.aspectj.weaver.ltw that return AnnotationFinder
 AnnotationFinder LTWWorld.getAnnotationFinder()
           
 

Uses of AnnotationFinder in org.aspectj.weaver.reflect
 

Classes in org.aspectj.weaver.reflect that implement AnnotationFinder
 class Java15AnnotationFinder
          Find the given annotation (if present) on the given object
 

Methods in org.aspectj.weaver.reflect that return AnnotationFinder
 AnnotationFinder ReflectionWorld.getAnnotationFinder()
           
 AnnotationFinder IReflectionWorld.getAnnotationFinder()
           
static AnnotationFinder ReflectionWorld.makeAnnotationFinderIfAny(java.lang.ClassLoader loader, World world)
           
 

Methods in org.aspectj.weaver.reflect with parameters of type AnnotationFinder
static 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)