See: Description
Class | Description |
---|---|
EclipseHandlerUtil |
Container for static utility methods useful to handlers written for eclipse.
|
HandleAccessors | |
HandleBuilder | |
HandleCleanup |
Handles the
lombok.Cleanup annotation for eclipse. |
HandleConstructor | |
HandleConstructor.HandleAllArgsConstructor | |
HandleConstructor.HandleNoArgsConstructor | |
HandleConstructor.HandleRequiredArgsConstructor | |
HandleData |
Handles the
lombok.Data annotation for eclipse. |
HandleDelegate |
This class just handles basic error cases.
|
HandleEqualsAndHashCode |
Handles the
EqualsAndHashCode annotation for eclipse. |
HandleExtensionMethod | |
HandleFieldDefaults |
Handles the
lombok.FieldDefaults annotation for eclipse. |
HandleGetter |
Handles the
lombok.Getter annotation for eclipse. |
HandleLog | |
HandleLog.HandleCommonsLog |
Handles the
CommonsLog annotation for Eclipse. |
HandleLog.HandleJulLog |
Handles the
Log annotation for Eclipse. |
HandleLog.HandleLog4j2Log |
Handles the
Log4j2 annotation for Eclipse. |
HandleLog.HandleLog4jLog |
Handles the
Log4j annotation for Eclipse. |
HandleLog.HandleSlf4jLog |
Handles the
Slf4j annotation for Eclipse. |
HandleLog.HandleXSlf4jLog |
Handles the
XSlf4j annotation for Eclipse. |
HandleNonNull | |
HandlePrintAST |
Handles the
lombok.core.PrintAST annotation for eclipse. |
HandleSetter |
Handles the
lombok.Setter annotation for eclipse. |
HandleSneakyThrows |
Handles the
lombok.HandleSneakyThrows annotation for eclipse. |
HandleSynchronized |
Handles the
lombok.Synchronized annotation for eclipse. |
HandleToString |
Handles the
ToString annotation for eclipse. |
HandleVal | |
HandleValue |
Handles the
lombok.Value annotation for eclipse. |
HandleWither | |
SetGeneratedByVisitor |
Enum | Description |
---|---|
EclipseHandlerUtil.FieldAccess | |
EclipseHandlerUtil.MemberExistsResult |
Serves as return value for the methods that check for the existence of fields and methods.
|
HandleConstructor.SkipIfConstructorExists |
Copyright © 2009-2014 The Project Lombok Authors, licensed under the MIT licence.