Description
some config-sources get added quite late.
e.g. implementations of PropertyFileConfig via an AfterDeploymentValidation observer.
=> it isn't possible to validate e.g. type-safe configs based on the partial-bean-module, because there is no portable way to trigger the validation after the observer-method of ds and before the application is started.
therefore we need a spi for it.