Terracotta-OSS / terracotta-apis

Apache License 2.0
6 stars 25 forks source link

Permanent entity annotations taking arrays of names is redundant #326

Open chrisdennis opened 3 years ago

chrisdennis commented 3 years ago

The permanent entity annotations are already @Repeatable so accepting a list of names and a separate singleton name is redundant (twice). The redundancy has also resulted in a bug in passthrough where only the array attribute is handled correctly. Propose we do away with the array attribute and take advantage of the repeatable annotation where it is needed.