Hello All,
All our code has been migrating to R6 annotations as a part of AEM 6.3 to 6.4.
We have feed Importer service with org.apache.felix.scr.annotations.*;
public class MyService implements Runnable, Importer {
Not sure how to migrate this org.osgi.service.component.annotations.*. Any input is appreciated.