Description:
|
The @IndexedEmbedded annotation has an "includePaths" array which is great, but if the issue is the inverse, eg. you have 100 paths, but only want to exclude one, this adds overhead to implementation and error-check and significant possibility for error. it'd be great to have the inverse available as well:
excludePaths[] which mapped to elements which you didn't want to include explicitly.
|