Type[] types = ((ParameterizedType) type).getActualTypeArguments();
injectionBeanValueType = Types.toClass(types[0]);
}
}
Exported exported = getExported(injectionBeanValueType);
boolean local = isClassLocal(injectionPointDeclaringType, injectionBeanValueType);
if (!local)
{
if (exported != null)