Lombok - v0.9.3

lombok.core.handlers
Class SneakyThrowsDependencyInfo

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

@ProviderFor(value=RuntimeDependencyInfo.class)
public class SneakyThrowsDependencyInfo
extends java.lang.Object
implements RuntimeDependencyInfo


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

Constructor Detail

SneakyThrowsDependencyInfo

public SneakyThrowsDependencyInfo()
Method Detail

getRuntimeDependencies

public java.util.List<java.lang.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 java.util.List<java.lang.String> getRuntimeDependentsDescriptions()
Specified by:
getRuntimeDependentsDescriptions in interface RuntimeDependencyInfo
Returns:
A list of strings describing each lombok transformation that has a runtime dependency.

Lombok - v0.9.3

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