An implementation of ValidationService must be in the Singleton scope @author jwells
14811482148314841485148614871488148914901491
ild.addDescriptor(sd); } if (sd.getAdvertisedContracts().contains(ValidationService.class.getName())) { ServiceHandle<ValidationService> handle = getServiceHandle((ActiveDescriptor<ValidationService>) sd); ValidationService vs = handle.getService(); allValidators.add(vs); } } return thingsAdded;