tlaukkan / vaadin-lazyquerycontainer

Lazy Query Container is a lazy loading container implementation for accessing data from business services.
http://vaadin.com/directory#addon/117
39 stars 73 forks source link

Remove final NestingBeanItem and final LazyNestedMethodProperty restriction #66

Closed srandoll closed 9 years ago

srandoll commented 9 years ago

Hi, I need to extend both mentioned classes to support further property mapping like drilldown into a map to pick up a specific value and so on. Therefore I would like to extends those classes which are declared as final. Is there a specific reason for this? If not, can you please remove this restriction? Thanks! Sigurd