Package org.exoplatform.container.guice
Interface ModuleProvider
-
public interface ModuleProviderThe main purpose of this interface is to provide theModulein which all the components that we would like to expose to eXo kernel are already binded. This is required to prevent Google Guice to try to create unexpected components.- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.inject.ModulegetModule()Gives theModulein which all the components are already binded.
-