feature request: generate clone
i just noticed that there is no plugin/menue/option to do this. since there is a generator for toString, equals and hashcode, constructors and accessors, there should be one for generating clone.
Please sign in to leave a comment.
Yes, but also provide template where the clone implementation could be tweaked.
Template for existing methods (equals, hashcode) would be great too!
toString generation also (although there is a plugin for that - with template! - but with too much options).
also readObject() and writeObject()...
--Dave Griffith