Back then I thought the generic/explicit return type functionality wasn't required for the property() and dataProperty() DSL function. However, it turns out I now have the use case for that.
So I added the missing implementation details in this pull request.
As a follow up to my other pull request #140
Back then I thought the generic/explicit return type functionality wasn't required for the property() and dataProperty() DSL function. However, it turns out I now have the use case for that.
So I added the missing implementation details in this pull request.