lombok.core.handlers
Class SneakyThrowsAndCleanupDependencyInfo
java.lang.Object
lombok.core.handlers.SneakyThrowsAndCleanupDependencyInfo
- All Implemented Interfaces:
- RuntimeDependencyInfo
@ProviderFor(value=RuntimeDependencyInfo.class)
public class SneakyThrowsAndCleanupDependencyInfo
- extends Object
- implements RuntimeDependencyInfo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SneakyThrowsAndCleanupDependencyInfo
public SneakyThrowsAndCleanupDependencyInfo()
getRuntimeDependencies
public List<String> getRuntimeDependencies()
- Specified by:
getRuntimeDependencies in interface RuntimeDependencyInfo
- Returns:
- A list of files (findable via
yourClass.getResourceAsStream("/" + NAME)) to include in
lombok-runtime.jar.
getRuntimeDependentsDescriptions
public List<String> getRuntimeDependentsDescriptions()
- Specified by:
getRuntimeDependentsDescriptions in interface RuntimeDependencyInfo
- Returns:
- A list of strings describing each lombok transformation that has a runtime dependency.
Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.