- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
@Component
public class CdsRuntimeInitializer
extends Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Eagerly initialized singleton bean, that performs the initialization of the CdsRuntime.
Using a eagerly initialized singleton bean ensures, that this code is executed before a web-server (e.g. tomcat) is started.