balvi / cuba-component-declarative-controllers

CUBA component that allows to write generic features for a Controller and use them in a declarative way
5 stars 6 forks source link

super.init need to be declared #4

Closed genthalili closed 6 years ago

genthalili commented 6 years ago

super.init() need to be delcared in your AnnotatableAbstractLookupor AnnotatableAbstractEditor<E>

because if you declare your init in your Browser then it will never call it, which is quite annoying, spent some time until I found the issue. Maybe it should be mentioned somewhere in the README.md

bresche commented 6 years ago

Hi, genthalili. Feel free to create a pull request.