spring-projects / spring-data-mongodb

Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-mongodb/
Apache License 2.0
1.62k stars 1.09k forks source link

Add `@Meta(resolver = …)` attribute to customize `Meta` resolutions #4810

Open odrotbohm opened 1 month ago

odrotbohm commented 1 month ago

In the discussion of potential solutions for #4808, one idea was to add a resolver attribute to the @Meta annotation that could…

I guess both could be supported at the same time, but we might end up adding only one of the options.