Package org.n52.janmayen
Class AbstractBuildable.AbstractBuilder<F,T,B extends AbstractBuildable.AbstractBuilder<F,T,B>>
- java.lang.Object
-
- org.n52.janmayen.AbstractBuildable.AbstractBuilder<F,T,B>
-
- All Implemented Interfaces:
Builder<T,B>
- Enclosing class:
- AbstractBuildable<F>
public abstract static class AbstractBuildable.AbstractBuilder<F,T,B extends AbstractBuildable.AbstractBuilder<F,T,B>> extends Object implements Builder<T,B>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder(F factory)
-