}
if(config.getBasePackages().length > 1) {
throw new IllegalArgumentException("picoprovider has no support for multiple package scanning");
}
String packages = config.getBasePackages()[0];
this.reflections = new Reflections(packages, new ClassAnnotationsScanner(), new SubTypesScanner());
}