pt.digitalis.utils.ioc.modules
Interface IIoCModule

All Known Subinterfaces:
IIoCDynamicModule

public interface IIoCModule

Defines an IoCModule behavior.

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

Method Summary
 void configure(IoCBinder binder)
          Configuration method for declaring all module bindings.
 

Method Detail

configure

void configure(IoCBinder binder)
Configuration method for declaring all module bindings.

Parameters:
binder - the binder


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