Uses of Interface
dk.cloudcreate.essentials.immutable.Immutable
Packages that use Immutable
-
Uses of Immutable in dk.cloudcreate.essentials.immutable
Classes in dk.cloudcreate.essentials.immutable that implement ImmutableModifier and TypeClassDescriptionclassThe base typeImmutableValueObjectsupports creating immutable (i.e. an object where its values cannot change after object instantiation/creation) Value Object
The core feature set ofImmutableValueObjectis that it provides default implementations forImmutableValueObject.toString(),ImmutableValueObject.equals(Object)andImmutableValueObject.hashCode(), but you're always free to override this and provide your own implementation.
Example: