Add @Meta(resolver = …)
attribute to customize Meta
resolutions
#4810
Labels
@Meta(resolver = …)
attribute to customize Meta
resolutions
#4810
In the discussion of potential solutions for #4808, one idea was to add a
resolver
attribute to the@Meta
annotation that could…Meta
instance to be used for the query executionMetaResolver.resolve(RepositoryMethodContext)
so that implementations get access to the full methodI guess both could be supported at the same time, but we might end up adding only one of the options.
The text was updated successfully, but these errors were encountered: