Uses of Class
org.inferred.freebuilder.processor.source.feature.GuavaLibrary
-
Packages that use GuavaLibrary Package Description org.inferred.freebuilder.processor.source.feature -
-
Uses of GuavaLibrary in org.inferred.freebuilder.processor.source.feature
Fields in org.inferred.freebuilder.processor.source.feature with type parameters of type GuavaLibrary Modifier and Type Field Description static FeatureType<GuavaLibrary>GuavaLibrary. GUAVAConstant to pass toSourceBuilder.feature(FeatureType)to get the current status ofGuavaLibrary.Methods in org.inferred.freebuilder.processor.source.feature that return GuavaLibrary Modifier and Type Method Description static GuavaLibraryGuavaLibrary. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GuavaLibrary[]GuavaLibrary. values()Returns an array containing the constants of this enum type, in the order they are declared.
-