Interface ConfigPopulator


@Contract public interface ConfigPopulator
Basic interface for populating a service locator with configuration data
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called during the creation sequence of a service locator, and can be used to populate configuration data
  • Method Details

    • 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