ProductInfoProvider.java 342 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ConsumerType
 */
package com.adobe.granite.license;

import aQute.bnd.annotation.ConsumerType;
import com.adobe.granite.license.ProductInfo;

@ConsumerType
public interface ProductInfoProvider {
    public ProductInfo getProductInfo();
}