Lombok - v0.11.0

lombok.javac.handlers
Class HandleLog

java.lang.Object
  extended by lombok.javac.handlers.HandleLog

public class HandleLog
extends Object


Nested Class Summary
static class HandleLog.HandleCommonsLog
          Handles the CommonsLog annotation for javac.
static class HandleLog.HandleJulLog
          Handles the Log annotation for javac.
static class HandleLog.HandleLog4jLog
          Handles the Log4j annotation for javac.
static class HandleLog.HandleSlf4jLog
          Handles the Slf4j annotation for javac.
 
Method Summary
static void processAnnotation(lombok.javac.handlers.HandleLog.LoggingFramework framework, AnnotationValues<?> annotation, JavacNode annotationNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processAnnotation

public static void processAnnotation(lombok.javac.handlers.HandleLog.LoggingFramework framework,
                                     AnnotationValues<?> annotation,
                                     JavacNode annotationNode)

Lombok - v0.11.0

Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.