Package org.joda.beans.gen

Code generator for Joda-Beans.

The main code generator class is BeanCodeGen, which is a command line tool.

Use of the code generator is optional with Joda-Beans, but it is the most common approach. The code generator is regenerative. It may be run again and again on the same file without damaging any changes made in the "user" part of the file. Only the "code-generated" part of the file will be altered by the generator.