new CommonResourcesInjectionProvider(),
"after:Default");
configuration.add(
"Asset",
new AssetInjectionProvider(symbolSource, assetSource),
"before:Default");
configuration.add("Block", new BlockInjectionProvider(), "before:Default");
// This needs to be the last one, since it matches against services