blob: 13b2baff74ff632257fa9c3b69fa9f3276efee84 [file] [log] [blame]
package ds.annotations.test2;
import org.osgi.service.component.annotations.Component;
@Component(servicefactory = true)
public class ServiceFactoryWithNoServicesComponent{
}