}
m_logger.log(Log.WARNING, instances.size() + " instances found in class " + classname);
//Build and enqueue declaration
for (Instance instance : instances) {
DefaultInstanceDeclaration declaration = new DefaultInstanceDeclaration(bundle.getBundleContext(),
instance.factory(), instance.configuration());
declaration.start();
getComponentsAndInstances(bundle).m_instances.add(declaration);
}
}