Package io.freefair.gradle.plugins.lombok.tasks
package io.freefair.gradle.plugins.lombok.tasks
-
ClassDescriptionApplies lombok transformations without compiling your java code (so, 'unpacks' lombok annotations and such).Deprecated.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.