| Class | Description |
|---|---|
| AdapterJavadocs |
Utility class providing some commonly used boilerplate between
InjectAdapterProcessor
and ModuleAdapterProcessor. |
| GraphAnalysisLoader |
A
Binding.Resolver suitable for tool use at build time. |
| GraphAnalysisProcessor |
Performs full graph analysis on a module.
|
| GraphAnalysisStaticInjection | |
| GraphVisualizer |
Emits an object graph in dot format.
|
| GraphVizWriter |
Emits dot graphs.
|
| InjectAdapterProcessor |
Generates an implementation of
Binding that injects the
@Inject-annotated members of a class. |
| ModuleAdapterProcessor |
Generates an implementation of
ModuleAdapter that includes a binding
for each @Provides method of a target class. |
| ValidationProcessor |
Checks for errors that are not directly related to modules and
@Inject annotated elements. |
Copyright © 2024 Square, Inc.. All rights reserved.