public interface ConstructorBinding<T> extends Binding<T>, HasDependencies
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
getConstructor()
Gets the constructor this binding injects.
|
Set<InjectionPoint> |
getInjectableMembers()
Returns all instance method and field injection points on
type. |
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvideracceptVisitor, applyTo, getSourcegetDependenciesInjectionPoint getConstructor()
Set<InjectionPoint> getInjectableMembers()
type.Copyright © 2009–2016. All rights reserved.