Package org.n52.janmayen
Interface Builder<T,B extends Builder<T,B>>
-
- Type Parameters:
T- the object to buildB- the concrete builder type
- All Known Implementing Classes:
AbstractBuildable.AbstractBuilder
public interface Builder<T,B extends Builder<T,B>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Tbuild()default Bself()
-