CommerceProvider.java 375 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 */
package com.adobe.cq.commerce.api;

import aQute.bnd.annotation.ProviderType;
import com.adobe.cq.commerce.api.CommerceServiceFactory;

@ProviderType
public interface CommerceProvider {
    public CommerceServiceFactory getServiceFactory(String var1);
}