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