CompilerProvider.java
431 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.adobe.granite.ui.clientlibs.impl;
import aQute.bnd.annotation.ProviderType;
import com.adobe.granite.ui.clientlibs.script.ScriptCompiler;
@ProviderType
public interface CompilerProvider {
public ScriptCompiler getCompiler(String var1);
public ScriptCompiler findCompiler(String var1);
}