Delombok |
Applies lombok transformations without compiling your
java code (so, 'unpacks' lombok annotations and such).
|
GenerateLombokConfig |
Deprecated. |
LombokApiJar |
Creates a small lombok-api.jar with the annotations and other public API
classes of all lombok features.
|
LombokConfig |
Prints the configurations for the provided paths to standard out.
|
LombokJarTask |
|
LombokRuntimeJar |
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.
|
PostCompile |
Runs registered post compiler handlers to against existing class files, modifying them in the process.
|