org.picocontainer.gems.adapters
Interface StaticFactory


public interface StaticFactory

Interface for a static factory wrapper used by the StaticFactoryComponentAdapter.

Since:
1.1
Author:
Jörg Schaible, Leo Simmons

Method Summary
 java.lang.Object get()
           
 

Method Detail

get

java.lang.Object get()
Returns:
Returns the instance created by the factory.