com.maryanovsky.gwtutils.client
Interface Factory<T>


public interface Factory<T>

A generic factory interface.

Author:
Maryanovsky Alexander

Method Summary
 T create()
          Creates an instance of T.
 

Method Detail

create

T create()
Creates an instance of T.