Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

SCR annotations to OSGI DS annotations

Avatar

Level 2

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

1 Reply