Package org.glassfish.hk2.bootstrap
Interface ConfigPopulator
Basic interface for populating a service locator with configuration data
-
Method Summary
Modifier and TypeMethodDescriptionvoid
populateConfig
(ServiceLocator serviceLocator) Called during the creation sequence of a service locator, and can be used to populate configuration data
-
Method Details
-
populateConfig
Called during the creation sequence of a service locator, and can be used to populate configuration data- Parameters:
serviceLocator
- A non-null service locator
-