org.cruxframework.crux.core.client.ioc
Class IoCResource.NoProvider

java.lang.Object
  extended by org.cruxframework.crux.core.client.ioc.IoCResource.NoProvider
All Implemented Interfaces:
IocProvider<Object>
Enclosing class:
IoCResource

public static class IoCResource.NoProvider
extends Object
implements IocProvider<Object>


Constructor Summary
IoCResource.NoProvider()
           
 
Method Summary
 Object get()
          Creates a new instance of T
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IoCResource.NoProvider

public IoCResource.NoProvider()
Method Detail

get

public Object get()
Description copied from interface: IocProvider
Creates a new instance of T

Specified by:
get in interface IocProvider<Object>
Returns:


Copyright © 2014. All rights reserved.