Package | Description |
---|---|
com.google.auto.value.extension.memoized | |
com.google.auto.value.processor |
This package contains the annotation processor that implements the
AutoValue API. |
Modifier and Type | Class and Description |
---|---|
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 |
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 © 2021. All rights reserved.