Annotation for avoiding the automatic generation of the equality test functions.
The SARL compiler may be configured for generating the code of the equality test functions, i.e.
equals()
and
hashCode()
, based on the type's fields. This annotation avoids the generation of these functions in order to use the default Java definitions.