Lombok - v0.10.0-BETA1

lombok.javac
Class DeleteLombokAnnotations

java.lang.Object
  extended by lombok.javac.DeleteLombokAnnotations

public class DeleteLombokAnnotations
extends Object

Used as marker in javac's Context object when delombok is running to signal that all lombok annotations should be deleted as they are processed.


Constructor Summary
DeleteLombokAnnotations(boolean deleteLombokAnnotations)
           
 
Method Summary
 boolean isDeleteLombokAnnotations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteLombokAnnotations

public DeleteLombokAnnotations(boolean deleteLombokAnnotations)
Method Detail

isDeleteLombokAnnotations

public boolean isDeleteLombokAnnotations()

Lombok - v0.10.0-BETA1

Copyright © 2009-2010 Reinier Zwitserloot, Roel Spilker and Robbert Jan Grootjans, licensed under the MIT licence.