public interface ConstructorBinding<T> extends Binding<T>, HasDependencies
Modifier and Type | Method and Description |
---|---|
InjectionPoint |
getConstructor()
Gets the constructor this binding injects.
|
java.util.Set<InjectionPoint> |
getInjectableMembers()
Returns all instance method and field injection points on
type . |
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvider
acceptVisitor, applyTo, getSource
getDependencies
InjectionPoint getConstructor()
java.util.Set<InjectionPoint> getInjectableMembers()
type
.