2012/10/10 Xavier NOPRE <
xno...@gmail.com>:
Play generates getters & setters for public attributes.
See
http://www.playframework.org/documentation/2.0.4/JavaEbean for
more information, especially the following paragraph:
"Play has been designed to generate getter/setter automatically, to
ensure compatibility with libraries that expect them to be available
at runtime (ORM, Databinder, JSON Binder, etc). If Play detects any
user-written getter/setter in the Model, it will not generate
getter/setter in order to avoid any conflict."