if (!isBeanConsumerLocal(injectionPointConsumingType, injectionBeanValueType)
&& !ClassLoaders.containsClass(container.getClassLoader(), injectionBeanValueType))
{
ServiceLiteral serviceLiteral = new ServiceLiteral();
event.setInjectionPoint(new ExportedInstanceInjectionPoint(event.getInjectionPoint(), serviceLiteral));
requestedServices.put(event.getInjectionPoint(), injectionBeanValueType);
requestedServiceLiterals.put(event.getInjectionPoint(), serviceLiteral);
}
}