| Package | Description |
|---|---|
| com.google.auto.value.extension.memoized.processor | |
| com.google.auto.value.processor |
This package contains the annotation processor that implements the
AutoValue API. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoizedValidator
An annotation
Processor that reports errors for @Memoized methods that
are not inside AutoValue-annotated classes. |
class |
MemoizeExtension
An extension that implements the
Memoized contract. |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoAnnotationProcessor
Javac annotation processor (compiler plugin) to generate annotation implementations.
|
class |
AutoOneOfProcessor
Javac annotation processor (compiler plugin) for one-of types; user code never references this class.
|
class |
AutoValueBuilderProcessor
Annotation processor that checks that the type that
AutoValue.Builder is applied to is
nested inside an @AutoValue class. |
class |
AutoValueProcessor
Javac annotation processor (compiler plugin) for value types; user code never references this
class.
|
Copyright © 2022. All rights reserved.