AutoValue API.See: Description
| Class | Description |
|---|---|
| AutoAnnotationProcessor |
Javac annotation processor (compiler plugin) to generate annotation implementations.
|
| AutoAnnotationProcessor.Member | |
| AutoAnnotationProcessor.Parameter | |
| 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. |
AutoValue API.Copyright © 2014 Google, Inc.. All rights reserved.