All Classes and Interfaces

Class
Description
 
 
Applies lombok transformations without compiling your java code (so, 'unpacks' lombok annotations and such).
 
Creates a small lombok-api.jar with the annotations and other public API classes of all lombok features.
 
Prints the configurations for the provided paths to standard out.
 
 
 
 
 
Creates a small lombok-runtime.jar with the runtime dependencies of all lombok transformations that have them, and prints the names of each lombok transformation that requires the lombok-runtime.jar at runtime.
 
Runs registered post compiler handlers to against existing class files, modifying them in the process.