Example usage for org.aspectj.bridge IMessageHandler interface-usage

List of usage examples for org.aspectj.bridge IMessageHandler interface-usage

Introduction

In this page you can find the example usage for org.aspectj.bridge IMessageHandler interface-usage.

Usage

From source file org.caesarj.compiler.aspectj.CaesarMessageHandler.java

/**
 * Handles the AspectJ messages.
 * 
 * @author Jrgen Hallpap
 */
public class CaesarMessageHandler implements IMessageHandler, CaesarConstants {

From source file org.cooperari.core.aspectj.AgentMessageHandler.java

/**
 * Message handler instantiated by the load-time weaving agent.
 * 
 * 
 * An instance of this object is created by the load-time weaver agent,
 * by setting the <code>-XmessageHandlerClass</code>

From source file org.springframework.aop.aspectj.AspectJWeaverMessageHandler.java

/**
 * Implementation of AspectJ's {@link IMessageHandler} interface that
 * routes AspectJ weaving messages through the same logging system as the
 * regular Spring messages.
 *
 * <p>Pass the option...