public interface Builder<PRODUCT extends Object>
Marks a type as capable of building a new product.
abstract PRODUCT
build()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract PRODUCT build()