for (String basePackage : basePackages) {
context.scan(basePackage);
}
context.refresh();
// Have to create a child context that implements BeanDefinitionRegistry
// to pass to registerAnnotationConfigProcessors, since
// JavaConfigApplicationContext does not
final GenericApplicationContext gac = new GenericApplicationContext(context);