...
Although final
can be used to specify immutable constants, there is a caveat when dealing with composite objects. See guideline OBJ01OBJ02-J. Never conflate immutability of a reference with that of the referenced objectfor more details.
...
...
Although final
can be used to specify immutable constants, there is a caveat when dealing with composite objects. See guideline OBJ01OBJ02-J. Never conflate immutability of a reference with that of the referenced objectfor more details.
...