| Package | Description |
|---|---|
| dagger |
| Modifier and Type | Method and Description |
|---|---|
static ObjectGraph |
ObjectGraph.create(Object... modules)
Returns a new dependency graph using the @
Module-annotated modules. |
abstract ObjectGraph |
ObjectGraph.plus(Object... modules)
Returns a new object graph that includes all of the objects in this graph,
plus additional objects in the @
Module-annotated
modules. |
Copyright © 2024 Square, Inc.. All rights reserved.