public class HandleLog
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HandleLog.HandleCommonsLog
Handles the
CommonsLog annotation for Eclipse. |
static class |
HandleLog.HandleJBossLog
Handles the
JBossLog annotation for Eclipse. |
static class |
HandleLog.HandleJulLog
Handles the
Log annotation for Eclipse. |
static class |
HandleLog.HandleLog4j2Log
Handles the
Log4j2 annotation for Eclipse. |
static class |
HandleLog.HandleLog4jLog
Handles the
Log4j annotation for Eclipse. |
static class |
HandleLog.HandleSlf4jLog
Handles the
Slf4j annotation for Eclipse. |
static class |
HandleLog.HandleXSlf4jLog
Handles the
XSlf4j annotation for Eclipse. |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.jdt.internal.compiler.ast.TypeReference |
createTypeReference(java.lang.String typeName,
org.eclipse.jdt.internal.compiler.ast.Annotation source) |
static void |
processAnnotation(lombok.eclipse.handlers.HandleLog.LoggingFramework framework,
AnnotationValues<? extends java.lang.annotation.Annotation> annotation,
org.eclipse.jdt.internal.compiler.ast.Annotation source,
EclipseNode annotationNode,
java.lang.String loggerTopic) |
static org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess |
selfType(EclipseNode type,
org.eclipse.jdt.internal.compiler.ast.Annotation source) |
public static void processAnnotation(lombok.eclipse.handlers.HandleLog.LoggingFramework framework, AnnotationValues<? extends java.lang.annotation.Annotation> annotation, org.eclipse.jdt.internal.compiler.ast.Annotation source, EclipseNode annotationNode, java.lang.String loggerTopic)
public static org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess selfType(EclipseNode type, org.eclipse.jdt.internal.compiler.ast.Annotation source)
public static org.eclipse.jdt.internal.compiler.ast.TypeReference createTypeReference(java.lang.String typeName, org.eclipse.jdt.internal.compiler.ast.Annotation source)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.