if (!local)
{
if (exported != null)
{
ServiceLiteral serviceLiteral = new ServiceLiteral();
event.setInjectionPoint(new ExportedInstanceInjectionPoint(event.getInjectionPoint(), serviceLiteral));
requestedServices.put(event.getInjectionPoint(), injectionBeanValueType);
requestedServiceLiterals.put(event.getInjectionPoint(), serviceLiteral);
}
}
else if (exported != null)