AutoValue
API.See: Description
Class | Description |
---|---|
AutoAnnotationProcessor |
Javac annotation processor (compiler plugin) to generate annotation implementations.
|
AutoAnnotationProcessor.Member | |
AutoAnnotationProcessor.Parameter | |
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.
|
AutoValueProcessor.Property |
A property of an
@AutoValue class, defined by one of its abstract methods. |
AutoValueProcessor.SimpleMethod |
A basic method on an @AutoValue class with no specific attached information, such as a
toBuilder() method, or a build() method, where only the name and access type is needed
in context. |
Optionalish |
A wrapper for properties of Optional-like classes.
|
AutoValue
API.Copyright © 2022. All rights reserved.