T - The type of the object to build.@Status(stage=PRODUCTION) @Review(by="Kees Schotanus", at="2009-09-28") public interface Builder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Builds an object using the 'Build Pattern' [Gamma 95, p.97].
|
T build()
Copyright © 2008–2017. All rights reserved.