Lombok - v0.10.0

lombok.javac
Class LombokOptions

java.lang.Object
  extended by com.sun.tools.javac.util.Options
      extended by lombok.javac.LombokOptions

public class LombokOptions
extends com.sun.tools.javac.util.Options


Field Summary
 Set<com.sun.tools.javac.tree.JCTree.JCCompilationUnit> changed
           
 boolean deleteLombokAnnotations
           
 
Fields inherited from class com.sun.tools.javac.util.Options
optionsKey
 
Method Summary
static LombokOptions replaceWithDelombokOptions(com.sun.tools.javac.util.Context context)
           
 
Methods inherited from class com.sun.tools.javac.util.Options
get, get, instance, keySet, lint, put, put, putAll, remove, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deleteLombokAnnotations

public boolean deleteLombokAnnotations

changed

public final Set<com.sun.tools.javac.tree.JCTree.JCCompilationUnit> changed
Method Detail

replaceWithDelombokOptions

public static LombokOptions replaceWithDelombokOptions(com.sun.tools.javac.util.Context context)

Lombok - v0.10.0

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