Uses of Interface
org.aspectj.weaver.loadtime.IWeavingContext
Packages that use IWeavingContext
-
Uses of IWeavingContext in org.aspectj.weaver.loadtime
Classes in org.aspectj.weaver.loadtime that implement IWeavingContextMethods in org.aspectj.weaver.loadtime with parameters of type IWeavingContextModifier and TypeMethodDescriptionvoidClassLoaderWeavingAdaptor.initialize(ClassLoader classLoader, IWeavingContext context) Constructors in org.aspectj.weaver.loadtime with parameters of type IWeavingContextModifierConstructorDescriptionAj(IWeavingContext context) ClassLoaderWeavingAdaptor(ClassLoader deprecatedLoader, IWeavingContext deprecatedContext) Deprecated. -
Uses of IWeavingContext in org.aspectj.weaver.ltw
Constructors in org.aspectj.weaver.ltw with parameters of type IWeavingContextModifierConstructorDescriptionLTWWorld(ClassLoader loader, IWeavingContext weavingContext, IMessageHandler handler, ICrossReferenceHandler xrefHandler) Build a World from a ClassLoader, for LTW support