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