pt.digitalis.utils.ioc.guice
Class ModuleAggregator

java.lang.Object
  extended by pt.digitalis.utils.ioc.guice.ModuleAggregator
All Implemented Interfaces:
com.google.inject.Module

public class ModuleAggregator
extends Object
implements com.google.inject.Module

A module aggregator is an entity that converts the IoC bindings to the particular IoC technology used. It is also responsible to invoke the binding methods on the underlying IoC technology.

Author:
Pedro Viegas pviegas@digitalis.pt, Rodrigo Gonçalves rgoncalves@digitalis.pt

Constructor Summary
ModuleAggregator()
           
 
Method Summary
 void configure(com.google.inject.Binder guiceBinder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleAggregator

public ModuleAggregator()
Method Detail

configure

public void configure(com.google.inject.Binder guiceBinder)
Specified by:
configure in interface com.google.inject.Module
See Also:
Module.configure(com.google.inject.Binder)


Copyright © 2012 Digitalis Informática Lda. All Rights Reserved.