Package com.mastfrog.util.builder


package com.mastfrog.util.builder
  • Class
    Description
    AbstractBuilder<ElementType,CreateType>
    A basic implementation of the builder pattern.
    Builder<ElementType,CreateType,BuilderType extends Builder<ElementType,CreateType,BuilderType>>
    Basic abstraction for the builder pattern.