public interface InstanceBinding<T> extends Binding<T>, HasDependencies
Modifier and Type | Method and Description |
---|---|
java.util.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()
java.util.Set<InjectionPoint> getInjectionPoints()