public abstract class LombokOptions
extends Options
Modifier | Constructor and Description |
---|---|
protected |
LombokOptions(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
deleteLombokAnnotations() |
lombok.delombok.FormatPreferences |
getFormatPreferences() |
boolean |
isChanged(JCCompilationUnit ast) |
static void |
markChanged(Context context,
JCCompilationUnit ast) |
abstract void |
putJavacOption(String optionName,
String value) |
void |
setFormatPreferences(lombok.delombok.FormatPreferences formatPreferences) |
static boolean |
shouldDeleteLombokAnnotations(Context context) |
public boolean isChanged(JCCompilationUnit ast)
public void setFormatPreferences(lombok.delombok.FormatPreferences formatPreferences)
public lombok.delombok.FormatPreferences getFormatPreferences()
public static void markChanged(Context context, JCCompilationUnit ast)
public static boolean shouldDeleteLombokAnnotations(Context context)
public void deleteLombokAnnotations()
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.