lombok.core.runtimeDependencies
Interface RuntimeDependencyInfo
- All Known Implementing Classes:
- SneakyThrowsDependencyInfo
public interface RuntimeDependencyInfo
Implement and provide this interface to specify which transformations have a runtime dependency on
lombok-runtime.jar, as well as which files of your transformation must be in lombok-runtime.jar.
getRuntimeDependentsDescriptions
java.util.List<java.lang.String> getRuntimeDependentsDescriptions()
- Returns:
- A list of strings describing each lombok transformation that has a runtime dependency.
getRuntimeDependencies
java.util.List<java.lang.String> getRuntimeDependencies()
- Returns:
- A list of files (findable via
yourClass.getResourceAsStream("/" + NAME)) to include in
lombok-runtime.jar.
Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.