blob: ec69264579852512ada025b2e68e6480027c9846 [file] [log] [blame]
package org.apache.aries.containers;
import org.osgi.annotation.versioning.ProviderType;
@ProviderType
public interface ContainerFactory {
Service getService(ServiceConfig config) throws Exception;
}