Ok: I'll make this short -- please do not use Lombok for any tests for any Java projects. I don't want it to be there, and will rip it out if it exists. This is waste of time for everyone involved.
I am ok with other similar frameworks, like Immutables and auto-value; anything that does NOT require installation of new components outside of usual build system build cycle. That is: anything that is required by a lib/framework needs to be installed by basic maven install. Also note that in most cases reproductions are as simple or simpler when using plain old public fields without setters/getters. This works fine unless specific problem is about use of getters/setters/creators. -+ Tatu +- -- You received this message because you are subscribed to the Google Groups "jackson-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
