Package | Description |
---|---|
com.google.auto.value.processor |
This package contains the annotation processor that implements the
AutoValue API. |
Modifier and Type | Method | Description |
---|---|---|
Optionalish |
AutoValueProcessor.Property.getOptional() |
Returns an
Optionalish representing the kind of Optional that this property's type
is, or null if the type is not an Optional of any kind. |
Copyright © 2019 Google, Inc.. All rights reserved.