| Package | Description |
|---|---|
| com.google.auto.factory.processor |
This package contains the annotation processor that implements the
AutoFactory API. |
| Class and Description |
|---|
| AutoFactoryDeclaration
This is a value object that mirrors the static declaration of an
AutoFactory annotation. |
| AutoFactoryDeclaration.Factory |
| FactoryDescriptor
A value object representing a factory to be generated.
|
| FactoryDescriptorGenerator
A service that traverses an element and returns the set of factory methods defined therein.
|
| FactoryMethodDescriptor
A value object representing a factory method to be generated.
|
| FactoryMethodDescriptor.Builder |
| FactoryWriter |
| ImplementationMethodDescriptor |
| ImplementationMethodDescriptor.Builder |
| Key
A value object for types and qualifiers.
|
| Parameter |
| ProvidedChecker |