|
yes, it makes more readable the bean-pattern, and that is important because the bean-pattern is abused in so much code. The property syntax will make bean-like objects looking like real POJOs. But I think what is really needed is another feature: we should be able to write real POJOs and frameworks should be able to manage them similarly to javabeans. I.e. something which can intercept the reading and writing of attributes. |