Generated by
JDiff

Interface com.google.inject.spi.ConstructorBinding

Changed Methods
InjectionPoint getConstructor() Changed from non-abstract to abstract. Gets the constructor this binding injects.
Set<InjectionPoint> getInjectableMembers() Changed from non-abstract to abstract. Returns all instance method and field injection points on {@code type}.
Map<Method, List<MethodInterceptor>> getMethodInterceptors() Changed from non-abstract to abstract. Returns the interceptors applied to each method, in the order that they will be applied.