Class Bootstrap


  • @ApplicationScoped
    @Startup(BOOTSTRAP)
    public class Bootstrap
    extends Object
    Class in charge of bootstrapping the core subsystems using CDI.

    It boots right before any regular Startup beans in order to ensure that any reference to a dataset subsystem has been properly initialized.