Package cn.sliew.milky.dsl
Interface Builder<O>
-
- Type Parameters:
O- The type of the Object being built
- All Known Subinterfaces:
ConfigurableBuilder<O,H>
- All Known Implementing Classes:
AbstractBuilder,AbstractConfiguredBuilder
public interface Builder<O>Interface for building an Object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Obuild()Builds the object and returns it or null.
-