Class FeatureConfigurator

    • Constructor Detail

      • FeatureConfigurator

        public FeatureConfigurator​(RuntimeType runtimeType)
    • Method Detail

      • init

        public void init​(InjectionManager injectionManager,
                         BootstrapBag bootstrapBag)
        Description copied from interface: BootstrapConfigurator
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        Parameters:
        injectionManager - not completed injection manager.
        bootstrapBag - bootstrap bag with services used in following processing.