Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...