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 |
MemoizedValidator
|
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 © 2019. All rights reserved.