lombok.bytecode
Class SneakyThrowsRemover
java.lang.Object
lombok.bytecode.SneakyThrowsRemover
- All Implemented Interfaces:
- PostCompilerTransformation
@ProviderFor(value=PostCompilerTransformation.class)
public class SneakyThrowsRemover
- extends Object
- implements PostCompilerTransformation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SneakyThrowsRemover
public SneakyThrowsRemover()
applyTransformations
public byte[] applyTransformations(byte[] original,
String fileName,
DiagnosticsReceiver diagnostics)
- Specified by:
applyTransformations in interface PostCompilerTransformation
Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.