Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Class and Description |
---|---|
class |
ProviderMethod<T>
A provider that invokes a method and returns its result.
|
Modifier and Type | Method and Description |
---|---|
V |
ProvidesMethodTargetVisitor.visit(ProvidesMethodBinding<? extends T> providesMethodBinding)
Visits an
ProvidesMethodBinding created with an @Provides method. |
Copyright © 2006–2018 Google, Inc.. All rights reserved.