Class ImportRewriteDisabler
- java.lang.Object
-
- org.immutables.value.processor.meta.ImportRewriteDisabler
-
class ImportRewriteDisabler extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static com.google.common.base.SplitterDOT_SPLITTERprivate static java.lang.StringWARNING_START
-
Constructor Summary
Constructors Constructor Description ImportRewriteDisabler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static booleanshouldDisableFor(Reporter reporter, javax.lang.model.element.Element element)(package private) static booleanshouldDisableFor(ValueType type)
-
-
-
Field Detail
-
DOT_SPLITTER
private static final com.google.common.base.Splitter DOT_SPLITTER
-
WARNING_START
private static final java.lang.String WARNING_START
- See Also:
- Constant Field Values
-
-