Binding<T>
, Element
, HasDependencies
public 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, getProvider
acceptVisitor, applyTo, getSource
getDependencies
T getInstance()
Set<InjectionPoint> getInjectionPoints()
Copyright © 2006–2018 Google, Inc.. All rights reserved.