doanduyhai / Achilles

An advanced Java Object Mapper/Query DSL generator for Cassandra
http://achilles.archinnov.info
Apache License 2.0
241 stars 92 forks source link

Is it possible to have Achilles add an @Generated annotation? #367

Open jared-wallace opened 4 years ago

jared-wallace commented 4 years ago

Preferably by default, or at least as an option would be nice. If I have some time the next few weekends, I'll see if I can gin up a PR.

The primary benefit here would be allowing code coverage tools like jacoco to properly ignore untested, generated code.

doanduyhai commented 4 years ago

Technically feasible, still the @Generated annotation should be added everywhere, we generate a lot of classes

bric3 commented 4 years ago

Works for me