.addInstance("ActivationRequestParameter", ActivationRequestParameterWorker.class, "after:OnEvent");
configuration.add("SupportsInformalParameters", new SupportsInformalParametersWorker());
configuration.addInstance("InjectPage", InjectPageWorker.class);
configuration.addInstance("InjectContainer", InjectContainerWorker.class);
configuration.addInstance("InjectComponent", InjectComponentWorker.class);
configuration.add("RenderCommand", new RenderCommandWorker());
// Default values for parameters are often some form of injection, so
// make sure
// that Parameter fields are processed after injections.