/** Returns whether a binding supports null values. */ boolean allowsNull() { return !isTransparentProvider(type.getRawType()) && Nullability.allowsNull(field.getAnnotations()); }