Lombok - v0.9.3

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.


Method Summary
 java.util.List<java.lang.String> getRuntimeDependencies()
           
 java.util.List<java.lang.String> getRuntimeDependentsDescriptions()
           
 

Method Detail

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.

Lombok - v0.9.3

Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.