- Type Parameters:
T
- The type of object that this factory creates.
- All Known Implementing Classes:
- RatpackMainServerFactory
public interface Factory<T>
An object that creates another.
Factories are expected to create a new object each time. Implementors should explain there behaviour if they do not do this.