ProductInfoService.java
413 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.adobe.granite.license;
import aQute.bnd.annotation.ProviderType;
import com.adobe.granite.license.License;
import com.adobe.granite.license.ProductInfo;
@ProviderType
public interface ProductInfoService {
public ProductInfo[] getInfos();
public License getLicense();
}