Example usage for org.aspectj.weaver.tools WeavingAdaptor subclass-usage

List of usage examples for org.aspectj.weaver.tools WeavingAdaptor subclass-usage

Introduction

In this page you can find the example usage for org.aspectj.weaver.tools WeavingAdaptor subclass-usage.

Usage

From source file ai.aitia.meme.paramsweep.classloader.MyWeavingAdaptor.java

/**
 * @author Tams Mhr
 *
 */
public class MyWeavingAdaptor extends WeavingAdaptor {

From source file info.rubico.mock4aj.weavers.aspectj.DynamicRuntimeWeavingAdaptor.java

/**
 * <p>
 * Adaptor used to weave into dynamic objects (like proxies and mocks) that are created at runtime.
 * </p>
 * 
 * <p>