@ConfigurationProperties
public class SpringCdsProperties
extends Object
This class is only used to generate Spring configuration metadata at compile time.
It should not be used at runtime, as Spring dependencies are not guranteed to be available at runtime.
We can't place this class in our Spring Boot project, as the JavaDoc on CdsProperties is not available during generation there.