Class CoherenceBundleProvider.CoherenceBundle

    • Constructor Detail

      • CoherenceBundle

        protected CoherenceBundle()
    • Method Detail

      • configure

        public void configure​(GensonBuilder builder)
        Description copied from class: GensonBundle
        This method does not provide any guarantee to when it is called: before user config, during, or after. Thus it should not rely on accessor methods from GensonBuilder they might not reflect the final configuration. Use the builder to register your components.
        Specified by:
        configure in class GensonBundle