Package | Description |
---|---|
dagger.spi.model |
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
|
Modifier and Type | Method and Description |
---|---|
abstract CompilerEnvironment |
DaggerTypeElement.compiler() |
abstract CompilerEnvironment |
DaggerType.compiler() |
abstract CompilerEnvironment |
DaggerExecutableElement.compiler() |
abstract CompilerEnvironment |
DaggerElement.compiler() |
abstract CompilerEnvironment |
DaggerAnnotation.compiler() |
static CompilerEnvironment |
CompilerEnvironment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompilerEnvironment[] |
CompilerEnvironment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|