Would it be feasible to introduce an `@ObjectId` a...
# language-proposals
c
Would it be feasible to introduce an
@ObjectId
annotation you add to fields and if the compiler finds those, it generates
hashCode()…
on the objects with these fields?