Lombok - v0.10.8

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.


Method Summary
 List<String> getRuntimeDependencies()
           
 List<String> getRuntimeDependentsDescriptions()
           
 

Method Detail

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.

Lombok - v0.10.8

Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.