Package net.anotheria.asg.data
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Builds a new instance of T.
-
-
-
Method Detail
-
build
T build()
Builds a new instance of T.- Returns:
- T
-
-