com.acsinet_solutions.util
Interface ObjectFactory<T>


public interface ObjectFactory<T>

Simple template factory for an object type.

Author:
Santiago Arriaga

Method Summary
 T getObject()
          Get an instance of the given object.
 

Method Detail

getObject

T getObject()
Get an instance of the given object.