Package | Description |
---|---|
com.google.auto.factory.processor |
This package contains the annotation processor that implements the
AutoFactory API. |
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> |
FactoryDescriptor.implementationMethodDescriptors |
Modifier and Type | Method and Description |
---|---|
(package private) ImplementationMethodDescriptor |
ImplementationMethodDescriptor.Builder.build() |
Modifier and Type | Method and Description |
---|---|
(package private) com.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> |
FactoryDescriptor.implementationMethodDescriptors() |
Constructor and Description |
---|
FactoryDescriptor(java.lang.String name,
java.lang.String extendingType,
com.google.common.collect.ImmutableSortedSet<java.lang.String> implementingTypes,
boolean publicType,
com.google.common.collect.ImmutableSet<FactoryMethodDescriptor> methodDescriptors,
com.google.common.collect.ImmutableSet<ImplementationMethodDescriptor> implementationMethodDescriptors,
boolean allowSubclasses) |