Class ObscureFeatures
- java.lang.Object
-
- org.immutables.value.processor.meta.ObscureFeatures
-
public final class ObscureFeatures extends java.lang.ObjectHolder for some META-INF extension configured obscure features, which are problematic or not yet ready to add to styles to add toValue.Style
-
-
Field Summary
Fields Modifier and Type Field Description private static com.google.common.base.Supplier<com.google.common.collect.ImmutableSet<java.lang.String>>FEATURESprivate static java.lang.StringNO_DIAMONDS
-
Constructor Summary
Constructors Modifier Constructor Description privateObscureFeatures()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleannoDiamonds()
-
-
-
Field Detail
-
NO_DIAMONDS
private static final java.lang.String NO_DIAMONDS
- See Also:
- Constant Field Values
-
FEATURES
private static final com.google.common.base.Supplier<com.google.common.collect.ImmutableSet<java.lang.String>> FEATURES
-
-