See: Description
Class | Description |
---|---|
HandleAccessors | |
HandleBuilder | |
HandleBuilderDefault | |
HandleCleanup |
Handles the
lombok.Cleanup annotation for javac. |
HandleConstructor | |
HandleConstructor.HandleAllArgsConstructor | |
HandleConstructor.HandleNoArgsConstructor | |
HandleConstructor.HandleRequiredArgsConstructor | |
HandleData |
Handles the
lombok.Data annotation for javac. |
HandleDelegate | |
HandleDelegate.MethodSig | |
HandleEqualsAndHashCode |
Handles the
lombok.EqualsAndHashCode annotation for javac. |
HandleExtensionMethod |
Handles the
ExtensionMethod annotation for javac. |
HandleFieldDefaults |
Handles the
lombok.FieldDefaults annotation for eclipse. |
HandleGetter |
Handles the
lombok.Getter annotation for javac. |
HandleHelper | |
HandleLog | |
HandleLog.HandleCommonsLog |
Handles the
CommonsLog annotation for javac. |
HandleLog.HandleJBossLog |
Handles the
JBossLog annotation for javac. |
HandleLog.HandleJulLog |
Handles the
Log annotation for javac. |
HandleLog.HandleLog4j2Log |
Handles the
Log4j2 annotation for javac. |
HandleLog.HandleLog4jLog |
Handles the
Log4j annotation for javac. |
HandleLog.HandleSlf4jLog |
Handles the
Slf4j annotation for javac. |
HandleLog.HandleXSlf4jLog |
Handles the
XSlf4j annotation for javac. |
HandleNonNull | |
HandlePrintAST |
Handles the
lombok.core.PrintAST annotation for javac. |
HandleSetter |
Handles the
lombok.Setter annotation for javac. |
HandleSneakyThrows |
Handles the
lombok.SneakyThrows annotation for javac. |
HandleSynchronized |
Handles the
lombok.Synchronized annotation for javac. |
HandleToString |
Handles the
ToString annotation for javac. |
HandleUtilityClass |
Handles the
@UtilityClass annotation for javac. |
HandleVal | |
HandleValue |
Handles the
lombok.Value annotation for javac. |
HandleWither |
Handles the
lombok.experimental.Wither annotation for javac. |
JavacHandlerUtil |
Container for static utility methods useful to handlers written for javac.
|
JavacSingularsRecipes | |
JavacSingularsRecipes.JavacSingularizer | |
JavacSingularsRecipes.SingularData |
Enum | Description |
---|---|
HandleConstructor.SkipIfConstructorExists | |
HandleDelegate.DelegateReceiver | |
JavacHandlerUtil.CopyJavadoc | |
JavacHandlerUtil.FieldAccess | |
JavacHandlerUtil.MemberExistsResult |
Serves as return value for the methods that check for the existence of fields and methods.
|
JavacResolver |
Exception | Description |
---|---|
HandleDelegate.CantMakeDelegates |
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.