Uses of Class
com.google.auto.value.processor.Optionalish
-
Packages that use Optionalish Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValueAPI. -
-
Uses of Optionalish in com.google.auto.value.processor
Methods in com.google.auto.value.processor that return Optionalish Modifier and Type Method Description OptionalishAutoValueProcessor.Property. getOptional()Returns anOptionalishrepresenting the kind of Optional that this property's type is, or null if the type is not an Optional of any kind.
-