| OK, so the doc states the following:
Common properties shared between stores are declared on `OgmProperties` (a super interface of `YourBackendHereProperties`).
For maximum portability between stores, use the most generic interface possible.
I think it's OK as is. You either use the specific final class or a more generic super interface. Sanne Grinovero Gunnar Morling Thoughts? |