Details
Description
It would be nice to have mostly immutable classes generated by the Maven plugin for the cases when people want to use Avro specific records as their first class model objects and want some assurances of immutability. An easy way to accomplish this is with another template set that can be shipped with the compiler artifact. Since the templateDirectory of the plugin is already configurable, then to use this one must only change their local configuration.
This is somewhat related to AVRO-988, but I have removed the field setters in addition to making the fields private.