7677787980818283
case 0: return null; case 1: return names[0]; default: throw new AmbiguousResolutionException(); } }
7071727374757677
case 0: return null; case 1: return beans.iterator().next(); default: throw new AmbiguousResolutionException("Could not resolve bean of type " + type + ": " + beans); } }
979899100101102103104
case 0: return null; case 1: return beans.iterator().next(); default: throw new AmbiguousResolutionException("Could not resolve bean of type " + name + ": " + beans); } }