Lombok - v0.9.3

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.
HandleEqualsAndHashCode Handles the lombok.EqualsAndHashCode annotation for javac.
HandleGetter Handles the lombok.Getter 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.
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.9.3

Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.