public class HandleLog extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HandleLog.HandleCommonsLog
Handles the
CommonsLog 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 TypeReference |
createTypeReference(String typeName,
Annotation source) |
static void |
processAnnotation(lombok.eclipse.handlers.HandleLog.LoggingFramework framework,
AnnotationValues<? extends Annotation> annotation,
Annotation source,
EclipseNode annotationNode,
String loggerTopic) |
static ClassLiteralAccess |
selfType(EclipseNode type,
Annotation source) |
public static void processAnnotation(lombok.eclipse.handlers.HandleLog.LoggingFramework framework, AnnotationValues<? extends Annotation> annotation, Annotation source, EclipseNode annotationNode, String loggerTopic)
public static ClassLiteralAccess selfType(EclipseNode type, Annotation source)
public static TypeReference createTypeReference(String typeName, Annotation source)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.