Package | Description |
---|---|
com.google.auto.factory.processor |
This package contains the annotation processor that implements the
AutoFactory API. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AutoValue_FactoryDescriptor |
Modifier and Type | Method and Description |
---|---|
(package private) static FactoryDescriptor |
FactoryDescriptor.create(java.lang.String name,
javax.lang.model.type.TypeMirror extendingType,
com.google.common.collect.ImmutableSet<javax.lang.model.type.TypeMirror> implementingTypes,
boolean publicType,
com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> methodDescriptors,
com.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> implementationMethodDescriptors,
boolean allowSubclasses) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
FactoryWriter.writeFactory(FactoryDescriptor descriptor) |