I am building an application using the latest version of Play!. When defining a Finder( as in Model.Finder) my IDE gives me a warning Finder is deprecated. I can't find any information in the documentation about Model.Finder being deprecated of any alternative to using it. Has anyone experienced a similar issue and know of an alternative?
According to github
Model.Finder
is not deprecated, but one of its constructors:Make sure you use correct constructor, pointed out by @biesior: