org.cruxframework.crux.core.ioc
Interface IocConfiguration

All Known Implementing Classes:
IocContainerConfigurations

public interface IocConfiguration

Base interface for an IoC configuration class.

Author:
Thiago da Rosa de Bustamante

Method Summary
 void configure()
          Override this method to define a configuration block for the IoC container.
 

Method Detail

configure

void configure()
Override this method to define a configuration block for the IoC container.



Copyright © 2014. All rights reserved.