Issue 21: Add support of annotation to map bean to table
Status:  WontFix
Owner:
Closed:  Jul 2009
Project Member Reported by bartolom...@gmail.com, Jul 24, 2009
create a particulare annotation (e.g. @TableColumn) that allow to describe
how to map a bean's property to a table's column avoiding to use beanInfo 

e.g.

@TableColumn( displayName="the Name", index=1, editable=true )
public String getName() {
}

Jul 29, 2009
Project Member #1 bartolom...@gmail.com
This issue has been abandoned at favour of  issue 22 
https://code.google.com/p/swixml2/issues/detail?id=22
Status: WontFix