// TODO: We should validate all the injection targets whether they're compatible.
// This means all the injection targets must be assignable or equivalent.
// If there are @Addressing, @RespectBinding or @MTOM annotations present on injection targets,
// these annotations must be equivalent for all the injection targets.
}
final InjectionTarget injectionTarget = serviceRefSBMD.getInjectionTargets().iterator().next();
AccessibleObject anAlement = this.findInjectionTarget(loader, injectionTarget);
this.processAnnotatedElement(anAlement, serviceRefUMDM);
}