- Type Parameters:
T- the type of the object to build.
public interface Builder<T>
This is the generic interface for a builder. A builder is an object following the builder-pattern in order
to
build some object using a simple and fluent API.- Since:
- 1.0.0
-
Method Summary