org.picocontainer.gems.adapters
Interface StaticFactory<T>


public interface StaticFactory<T>

Interface for a static factory wrapper used by the StaticFactoryAdapter.

Author:
Jörg Schaible, Leo Simmons

Method Summary
 T get()
           
 

Method Detail

get

T get()
Returns:
Returns the instance created by the factory.


Copyright © 2003-2010 Codehaus. All Rights Reserved.