pt.digitalis.utils.ioc.modules
Interface IIoCDynamicModule

All Superinterfaces:
IIoCModule

public interface IIoCDynamicModule
extends IIoCModule

Defines an IoCModule behavior. As dynamic it's only difference as opposed to the IIoCModule is that it will be ran after all IIoCModule have been processed. For late bindings that need the content of all other bindings to be defined.

Author:
Pedro Viegas pviegas@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.

Specified by:
configure in interface IIoCModule
Parameters:
binder - the binder


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