Example usage for org.aspectj.bridge MessageHandler subclass-usage

List of usage examples for org.aspectj.bridge MessageHandler subclass-usage

Introduction

In this page you can find the example usage for org.aspectj.bridge MessageHandler subclass-usage.

Usage

From source file AjcCompiler.java

class MavenMessageHandler extends MessageHandler {

    Logger log;

    /**
     * Constructs a MessageHandler with a Maven plugin logger.

From source file de.zalando.mojo.aspectj.MavenMessageHandler.java

/**
 * MessageHandler implementation which uses the standard Maven Log to emit
 * messages from the AJC process. For warnings and error messages from the AJC,
 * the message detail (containing information about class and line number location)
 * is emitted as well.
 *

From source file org.codehaus.mojo.aspectj.MavenMessageHandler.java

/**
 * MessageHandler implementation which uses the standard Maven Log to emit
 * messages from the AJC process. For warnings and error messages from the AJC,
 * the message detail (containing information about class and line number location)
 * is emitted as well.
 *