public interface RuntimeDependencyInfo
lombok-runtime.jar
, as well as which files of your transformation must be in lombok-runtime.jar
.Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getRuntimeDependencies() |
java.util.List<java.lang.String> |
getRuntimeDependentsDescriptions() |
java.util.List<java.lang.String> getRuntimeDependentsDescriptions()
java.util.List<java.lang.String> getRuntimeDependencies()
yourClass.getResourceAsStream("/" + NAME)
) to include in
lombok-runtime.jar
.Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.