org.cruxframework.crux.core.client.ioc
Interface IocProvider<T>

All Known Implementing Classes:
IoCResource.NoProvider

public interface IocProvider<T>

A provider to CruxIocContainer. An IocProvider<T> is used to create instances of T, when the IocContainer needs to create a new instance.

Author:
Thiago da Rosa de Bustamante

Method Summary
 T get()
          Creates a new instance of T
 

Method Detail

get

T get()
Creates a new instance of T

Returns:


Copyright © 2014. All rights reserved.