Just one comment: In the domain objects, google auto already guarantees 
immutability, but when there are lists, we have to make sure they are immutable 
too. Change all `create` methods that receive lists, and use 
`ImmutableList.copyOf` instead of assigning the lists directly to make sure 
they are immutable too.
+1 to merge once this is done. Thanks @andreaturli and @hsbhathiya!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/131#issuecomment-73666716

Reply via email to