I'm a little lost as to what exactly you're looking for, but you cannot have an array OSGI configuration property with multiple fields. You can implement an array of properties by using the property definition like this@Property(label = "Multi Property", unbounded = PropertyUnbounded.ARRAY, propert...