Interface ConfigPopulator


  • @Contract
    public interface ConfigPopulator
    Basic interface for populating a service locator with configuration data
    Author:
    jwells
    • Method Detail

      • populateConfig

        void populateConfig​(ServiceLocator serviceLocator)
        Called during the creation sequence of a service locator, and can be used to populate configuration data
        Parameters:
        serviceLocator - A non-null service locator