17 January 2011 10:15
Play framework enhancement : modules and plugins
In summary, this article describes a simple example of how to define a Java annotation that will declaratively add behaviour to a model class in a Play framework application. You can do with with a custom annotation and a Play module that enhances the model JavaBean class.
1
(1 marks)