@IndexingDependency, @AssociationInverseSide should be repeatable
Description
Since @IndexingDependency and @AssociationInverseSide can refer to a different element depending on their extraction attribute, we should allow applying these annotations multiple times to the same property.
Since
@IndexingDependency
and@AssociationInverseSide
can refer to a different element depending on theirextraction
attribute, we should allow applying these annotations multiple times to the same property.