Package | Description |
---|---|
com.google.auto.factory.processor |
This package contains the annotation processor that implements the
AutoFactory API. |
com.google.auto.value.processor |
This package contains the annotation processor that implements the
AutoValue API. |
Modifier and Type | Class | Description |
---|---|---|
class |
AutoFactoryProcessor |
The annotation processor that generates factories for
AutoFactory annotations. |
Modifier and Type | Class | 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 © 2019 Google, Inc.. All rights reserved.