Package org.glassfish.hk2.bootstrap
Interface ConfigPopulator
-
@Contract public interface ConfigPopulator
Basic interface for populating a service locator with configuration data- Author:
- jwells
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
populateConfig(ServiceLocator serviceLocator)
Called during the creation sequence of a service locator, and can be used to populate configuration data
-
-
-
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
-
-