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.
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).
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