net.sf.japaki.basic
Interface Factory<T>

All Known Implementing Classes:
DefaultFactory

public interface Factory<T>

Standard factory interface


Method Summary
 T create()
          Creates a new instance of type T.
 

Method Detail

create

T create()
Creates a new instance of type T.

Returns:
the newly created instance