Also, you can add even more sugar if write special...
# announcements
g
Also, you can add even more sugar if write special builder function for this builder:
Copy code
buildMyObject {
 addA()
 addB()
}
Cleaner and you never forget to call build()
2