org.tynamo.builder
Interface Builder<T>


public interface Builder<T>

Fulfils the "Builder" role in the Tynamo implementation of GOF's Builder pattern Specifies an abstract interface for creating entities.


Method Summary
 T build()
           
 

Method Detail

build

T build()


Copyright © 2004-2009. All Rights Reserved.