Binding<T>, Element, HasDependenciespublic interface InstanceBinding<T> extends Binding<T>, HasDependencies
| Modifier and Type | Method | Description |
|---|---|---|
Set<InjectionPoint> |
getInjectionPoints() |
Returns the field and method injection points of the instance, injected at injector-creation
time only.
|
T |
getInstance() |
Returns the user-supplied instance.
|
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvideracceptVisitor, applyTo, getSourcegetDependenciesT getInstance()
Set<InjectionPoint> getInjectionPoints()
Copyright © 2006–2018 Google, Inc.. All rights reserved.