Annotation Interface Immutable


The Immutable annotation indicates that the object is immutable, i.e. none of its field can be changed. This also ensures that the type is ThreadSafe.
Since:
4.0.0
See Also: