Changes in Pojomatic

Release 1.0-RC2 (2009-04-07)

  • A new method, Pojomatic.diff , will show top-level differences between two instances of a pojomated class.
  • The property name derived from a method such as getFoo() is now "foo" instead of "getFoo" in the default toString() representation.
  • Names of properties in the default toString() representation can be overridden via the name attribute on the Property annotation.
  • Static fields and methods are no longer picked up by @AutoProperty (bug 2739467 )

Release 1.0-RC1 (2009-01-01)

  • Initial Release