Interface Builder<T extends DataObject>

  • Type Parameters:
    T - the type to build.

    public interface Builder<T extends DataObject>
    Generic interface for DataObject Builders.
    Version:
    $Id: $Id
    Author:
    lrosenberg
    • Method Detail

      • build

        T build()
        Builds a new instance of T.
        Returns:
        T