Class | Description |
---|---|
BeanCodeGen |
Code generator for the 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.
Copyright © 2007–2013 Joda.org. All rights reserved.