ApiResourceProviderFactory.java
477 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ConsumerType
*/
package com.adobe.granite.rest;
import aQute.bnd.annotation.ConsumerType;
import com.adobe.granite.rest.ApiResourceProvider;
@ConsumerType
public interface ApiResourceProviderFactory {
public static final String PROVIDER_TYPE = "provider.type";
public String getContextPath();
public ApiResourceProvider getResourceProvider(String var1);
}