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