org.mule.module.guice
Interface GuiceModuleFactory
public interface GuiceModuleFactory
A factory used to create a Guice module. This is introduced by Mule so that the GuiceConfigurationBuilder can
discover module factories and allow the factory to configure the module before adding it to the Guice injector.
If a module does not need to perform any configuration after instanciation there is no need to create a factory for it, Mule will discover all
instances of Module on the classpath and instanciate them.
createModule
com.google.inject.Module createModule()
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.