Lombok - v0.10.8

Package lombok.javac.handlers

Contains the classes that implement the transformations for all of lombok's various features on the javac v1.6 platform.

See:
          Description

Class Summary
HandleCleanup Handles the lombok.Cleanup annotation for javac.
HandleConstructor  
HandleConstructor.HandleAllArgsConstructor  
HandleConstructor.HandleNoArgsConstructor  
HandleConstructor.HandleRequiredArgsConstructor  
HandleData Handles the lombok.Data annotation for javac.
HandleDelegate  
HandleEqualsAndHashCode Handles the lombok.EqualsAndHashCode annotation for javac.
HandleGetter Handles the lombok.Getter annotation for javac.
HandleLog  
HandleLog.HandleCommonsLog Handles the CommonsLog annotation for javac.
HandleLog.HandleJulLog Handles the Log annotation for javac.
HandleLog.HandleLog4jLog Handles the Log4j annotation for javac.
HandleLog.HandleSlf4jLog Handles the Slf4j annotation for javac.
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.
HandleVal  
JavacHandlerUtil Container for static utility methods useful to handlers written for javac.
 

Enum Summary
JavacHandlerUtil.MemberExistsResult Serves as return value for the methods that check for the existence of fields and methods.
 

Package lombok.javac.handlers Description

Contains the classes that implement the transformations for all of lombok's various features on the javac v1.6 platform.


Lombok - v0.10.8

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