Interface Factory<T>

Type Parameters:
T - The type of the instance returned by the Factory implementation.

public interface Factory<T>
Generics-aware interface supporting the Factory Method design pattern.
Since:
1.0