ProductAssetHandlerProvider.java 457 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ConsumerType
 */
package com.adobe.cq.commerce.api.asset;

import aQute.bnd.annotation.ConsumerType;
import com.adobe.cq.commerce.api.asset.ProductAssetHandler;
import java.util.List;

@ConsumerType
public interface ProductAssetHandlerProvider {
    public List<ProductAssetHandler> getProductAssetHandlers();

    public String getFallbackHandler();
}