103104105106107108109110111112113
for (Class t : CONFIGURATION_TYPES) { if (parameterType != t) { injectionResources = new DelegatingInjectionResources(new WrongConfigurationTypeGuard( resources.getServiceId(), t, parameterType), injectionResources); } } Throwable fail = null;
104105106107108109110111112113114
for (Class t : CONFIGURATION_TYPES) { if (parameterType != t) { injectionResources = new DelegatingInjectionResources( new WrongConfigurationTypeGuard(resources.getServiceId(), t, parameterType), injectionResources); } }