Uses of Package
org.inferred.freebuilder.processor.source.feature
-
Classes in org.inferred.freebuilder.processor.source.feature used by org.inferred.freebuilder.processor Class Description FeatureSet A set ofFeatureinstances, indexed byFeatureType. -
Classes in org.inferred.freebuilder.processor.source.feature used by org.inferred.freebuilder.processor.source Class Description Feature A feature encapsulates the availability of a type or source level feature that can be used in the source written to aSourceBuilder, such as Java language-level features, or Guava types and methods.FeatureSet A set ofFeatureinstances, indexed byFeatureType.FeatureType Algorithm to select the correct instance of a given feature type for a processing environment, and the default to use in tests when an explicit value has not been registered for that feature. -
Classes in org.inferred.freebuilder.processor.source.feature used by org.inferred.freebuilder.processor.source.feature Class Description Feature A feature encapsulates the availability of a type or source level feature that can be used in the source written to aSourceBuilder, such as Java language-level features, or Guava types and methods.FeatureSet A set ofFeatureinstances, indexed byFeatureType.FeatureType Algorithm to select the correct instance of a given feature type for a processing environment, and the default to use in tests when an explicit value has not been registered for that feature.GuavaLibrary Whether the Guava library is available or not.JavaxPackage Types in the javax package, if available.Jsr305 Types from JSR 305, if available.SourceLevel Compliance levels which are idiomatically supported by this processor.