Lombok - v0.11.0

lombok.bytecode
Class PreventNullAnalysisRemover

java.lang.Object
  extended by lombok.bytecode.PreventNullAnalysisRemover
All Implemented Interfaces:
PostCompilerTransformation

@ProviderFor(value=PostCompilerTransformation.class)
public class PreventNullAnalysisRemover
extends Object
implements PostCompilerTransformation


Constructor Summary
PreventNullAnalysisRemover()
           
 
Method Summary
 byte[] applyTransformations(byte[] original, String fileName, DiagnosticsReceiver diagnostics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreventNullAnalysisRemover

public PreventNullAnalysisRemover()
Method Detail

applyTransformations

public byte[] applyTransformations(byte[] original,
                                   String fileName,
                                   DiagnosticsReceiver diagnostics)
Specified by:
applyTransformations in interface PostCompilerTransformation

Lombok - v0.11.0

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