Package com.sudicode.fb2gh.common
Class AbstractBuilder<T>
- java.lang.Object
-
- com.sudicode.fb2gh.common.AbstractBuilder<T>
-
- Type Parameters:
T
- The type of object being built
- Direct Known Subclasses:
Migrator.Builder
public abstract class AbstractBuilder<T> extends Object
A builder for objects of type T.
-
-
Constructor Summary
Constructors Constructor Description AbstractBuilder()
-
-
-
Method Detail
-
build
public abstract T build()
- Returns:
- An instance of T.
-
-