public Map<Method, List<MethodInterceptor>> getMethodInterceptors() {
return lateBoundConstructor.constructorInjector.constructionProxy.getMethodInterceptors();
}
@Override public String toString() {
return new ToStringBuilder(ConstructorBinding.class)
.add("key", getKey())
.add("source", getSource())
.add("scope", getScoping())
.toString();
}