...
For further details on implementing the builder pattern, refer to guideline OBJ04-J. Do not allow access to partially initialized objects to be accessed. In the example described in that guideline, the Currency.Builder
class must implement the Builder interface highlighted in this recommendation.
...