Hi Team,
How to convert SCR annotations of a Class which implements JOB EXECUTOR into OSGI DS annotations.
Please suggest me
Example:
@Component(label = SampleJobExecutor.NAME, description = Sample.DESCRIPTION, immediate = true)
@Properties({
@Property(label = Sample.PROP_LABEL, value = SampleConstants.JOB_TYPE, description = Sample.PROP_DESC, name = JobConsumer.PROPERTY_TOPICS, propertyPrivate = true) })
@Service
public class SampleJobExecutor implements JobExecutor {
///////........
}
Thanks
Ashwini V