Hi Everyone,I have a requirement where we need to create a service which
creates OSGI configuration and also reads it and send it sightly for
further processing.For this I have created an interface with a method
and implementation class of that interface.I have declared a properties
with initial values in the implementation which are
configurable.@Property(label="my first property", description="my first
property", value="my value1")private static final String FIRST_PROPERTY
= "first.property";@...