Array Value Property for OSGi Declarative Service Component

Most tutorials and articles only handle the setting of a single value as a property value in an OSGi component definition XML file. But sometimes an array of values is needed, f. e. for multiple event topics. Multiple values can be entered by separating them with a line feed.

<property name="event.topics">miworkplace/ui/*
miworkplace/connection/*
</property>