lombok.core.runtimeDependencies
Interface RuntimeDependencyInfo
- All Known Implementing Classes:
- SneakyThrowsAndCleanupDependencyInfo
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
List<String> getRuntimeDependentsDescriptions()
- Returns:
- A list of strings describing each lombok transformation that has a runtime dependency.
getRuntimeDependencies
List<String> getRuntimeDependencies()
- Returns:
- A list of files (findable via
yourClass.getResourceAsStream("/" + NAME)) to include in
lombok-runtime.jar.
Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.