ProcessorProvider.java
542 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
* javax.annotation.CheckForNull
* javax.annotation.Nonnull
*/
package com.adobe.granite.ui.clientlibs.impl;
import aQute.bnd.annotation.ProviderType;
import com.adobe.granite.ui.clientlibs.script.ScriptProcessor;
import javax.annotation.CheckForNull;
import javax.annotation.Nonnull;
@ProviderType
public interface ProcessorProvider {
@CheckForNull
public ScriptProcessor getProcessor(@Nonnull String var1);
}