@Target(value={TYPE,FIELD}) @Retention(value=RUNTIME) public @interface NoEqualityTestFunctionsGeneration
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.
Copyright © 2021 the original authors or authors.