Lombok - v0.11.0

lombok.core.handlers
Class SneakyThrowsAndCleanupDependencyInfo

java.lang.Object
  extended by lombok.core.handlers.SneakyThrowsAndCleanupDependencyInfo
All Implemented Interfaces:
RuntimeDependencyInfo

@ProviderFor(value=RuntimeDependencyInfo.class)
public class SneakyThrowsAndCleanupDependencyInfo
extends Object
implements RuntimeDependencyInfo


Constructor Summary
SneakyThrowsAndCleanupDependencyInfo()
           
 
Method Summary
 List<String> getRuntimeDependencies()
           
 List<String> getRuntimeDependentsDescriptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SneakyThrowsAndCleanupDependencyInfo

public SneakyThrowsAndCleanupDependencyInfo()
Method Detail

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.

Lombok - v0.11.0

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