Lombok - v0.11.0

lombok.eclipse.handlers
Class HandleLog

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

public class HandleLog
extends Object


Nested Class Summary
static class HandleLog.HandleCommonsLog
          Handles the CommonsLog annotation for Eclipse.
static class HandleLog.HandleJulLog
          Handles the Log annotation for Eclipse.
static class HandleLog.HandleLog4jLog
          Handles the Log4j annotation for Eclipse.
static class HandleLog.HandleSlf4jLog
          Handles the Slf4j annotation for Eclipse.
 
Method Summary
static void processAnnotation(lombok.eclipse.handlers.HandleLog.LoggingFramework framework, AnnotationValues<? extends Annotation> annotation, org.eclipse.jdt.internal.compiler.ast.Annotation source, EclipseNode 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.eclipse.handlers.HandleLog.LoggingFramework framework,
                                     AnnotationValues<? extends Annotation> annotation,
                                     org.eclipse.jdt.internal.compiler.ast.Annotation source,
                                     EclipseNode annotationNode)

Lombok - v0.11.0

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