Work around `PluginProcessor` restrictions

The `PluginProcessor` assumes that the factory method of a
`@Plugin`-annotated class returns an instance of the class itself.

We workaround the problem adding an `implements NoSqlProvider` clause to
the `MongoDbProvider` class.
1 file changed