Lombok - v0.10.8

Package lombok.eclipse.handlers

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

See:
          Description

Class Summary
EclipseHandlerUtil Container for static utility methods useful to handlers written for eclipse.
HandleCleanup Handles the lombok.Cleanup annotation for eclipse.
HandleConstructor  
HandleConstructor.HandleAllArgsConstructor  
HandleConstructor.HandleNoArgsConstructor  
HandleConstructor.HandleRequiredArgsConstructor  
HandleData Handles the lombok.Data annotation for eclipse.
HandleEqualsAndHashCode Handles the EqualsAndHashCode 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.HandleLog4jLog Handles the Log4j annotation for Eclipse.
HandleLog.HandleSlf4jLog Handles the Slf4j annotation for Eclipse.
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  
SetGeneratedByVisitor  
 

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

Package lombok.eclipse.handlers Description

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


Lombok - v0.10.8

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