196197198199200201202203204205206
if (clazz.isPrimitive()) { if (bean.isNullable()) { throw new NullableDependencyException("Injection point type : " + injectionPoint + " type is primitive but resolved bean can have nullable objects!"); } } }