【发布时间】:2016-02-09 16:56:48
【问题描述】:
我有以下服务:
@Component(
immediate = true,
metatype = true)
@Service
@Property(name = EventConstants.EVENT_TOPIC, value = {ReplicationAction.EVENT_TOPIC})
public class MyService implements EventHandler {
@Property
private static final String MULTI_PROPERTY = "config.multiproperty";
........
//another implementation
........
}
我希望MULTI_PROPERTY 成为数组值,以便有可能使用图像上的一组值:
如何实现?
【问题讨论】:
标签: osgi aem apache-felix