@Component public class MyServiceComponent { } @Component public class MyServiceComponent { @Reference private OtherServiceComponent otherService; } @Service public interface MyServiceInterface { }