configuration.add("Retain", new RetainWorker());
configuration.addInstance("Persist", PersistWorker.class);
configuration.addInstance("DiscardAfter", DiscardAfterWorker.class);
configuration.add("InvokePostRenderCleanupOnResources", new InvokePostRenderCleanupOnResourcesWorker());
// These must come after Property, since they actually delete fields
// that may still have the annotation
configuration.addInstance("ApplicationState", ApplicationStateWorker.class, "after:Property");
configuration.addInstance("Environment", EnvironmentalWorker.class, "after:Property");