Is this possible with the current state of arrow-m...
# arrow-meta
s
Is this possible with the current state of arrow-meta? https://twitter.com/pacoworks/status/1222471736815386624?s=19
r
Yes, you could conceptually do that in the codegen phase but that is a dangerous idea IMO since other libs and plugin may already be dependent on data classes containing copy
It would be easier to annotate specific regular classes to get just equality and hashcode to look like data classes that are lighter weight
👍 1
There there is no expectation of copy and it provides you a safe path forward.
a
I've actually been working on something very similar to this.
arrow 1