Package | Description |
---|---|
com.google.auto.factory.processor |
This package contains the annotation processor that implements the
AutoFactory API. |
Class and Description |
---|
AutoValue
Specifies that AutoValue should
generate an implementation class for the annotated abstract class, implementing the standard
Object methods like equals to have conventional value semantics. |
AutoValue.Builder
Specifies that AutoValue should generate an implementation of the annotated class or interface,
to serve as a builder for the value-type class it is nested within.
|