1 <p> This code stores a reference to an externally mutable object into the
2 internal representation of the object.
4 are accessed by untrusted code, and unchecked changes to
5 the mutable object would compromise security or other
6 important properties, you will need to do something different.
7 Storing a copy of the object is better approach in many situations.</p>