String serviceId = is.value();
return locator.getService(serviceId, parameterType);
}
Inject i = findAnnotation(parameterAnnotations, Inject.class);
if (i != null)
{
String reference = i.value();
return locator.getObject(reference, parameterType);
}
// See if we have any "pre-determined" parameter type to object mappings