AutoValue API.See: Description
| Class | Description |
|---|---|
| AutoAnnotationProcessor |
Javac annotation processor (compiler plugin) to generate annotation implementations.
|
| AutoAnnotationProcessor.Member | |
| AutoAnnotationProcessor.Parameter | |
| AutoOneOfProcessor |
Javac annotation processor (compiler plugin) for one-of types; user code never references this class.
|
| AutoValueBuilderProcessor |
Annotation processor that checks that the type that
AutoValue.Builder is applied to is
nested inside an @AutoValue class. |
| AutoValueProcessor |
Javac annotation processor (compiler plugin) for value types; user code never references this
class.
|
| Optionalish |
A wrapper for properties of Optional-like classes.
|
| SimpleMethod |
A method on an
@AutoValue or AutoOneOf class that has no specific attached
information, such as a toBuilder() method, or a build() method, where only the
name and access type is needed in context. |
AutoValue API.Copyright © 2019 Google LLC. All Rights Reserved.