eXo Kernel :: Container Extension :: Guice Implementation 2.5.0-CR2

org.exoplatform.container.guice
Interface ModuleProvider


public interface ModuleProvider

The main purpose of this interface is to provide the Module in 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
 com.google.inject.Module getModule()
          Gives the Module in which all the components are already binded.
 

Method Detail

getModule

com.google.inject.Module getModule()
Gives the Module in which all the components are already binded.


eXo Kernel :: Container Extension :: Guice Implementation 2.5.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.