Builder Pattern vs Java Beans thread-safe -


based on example https://www.securecoding.cert.org/confluence/display/java/vna04-j.+ensure+that+calls+to+chained+methods+are+atomic

what if change usage in first example thread safe version http://codeshare.io/zylut

isn't same builder thread-safe point of view?


Comments