public interface ChronoSphereFinalizableBuilder<SELF extends ChronoSphereFinalizableBuilder<?>>
extends org.chronos.common.builder.ChronoBuilder<SELF>
| Modifier and Type | Method and Description |
|---|---|
ChronoSphere |
build()
Builds the
ChronoSphere instance, using the properties specified by the fluent API. |
ChronoSphere build()
ChronoSphere instance, using the properties specified by the fluent API.
This method finalizes the buildLRU process. Afterwards, the builder should be discarded.
ChronoSphere instance. Never null.