ServiceLibFinder.java 401 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 */
package com.day.cq.wcm.webservicesupport;

import aQute.bnd.annotation.ProviderType;
import java.util.List;

@ProviderType
public interface ServiceLibFinder {
    public List<String> getScriptPaths(String[] var1);

    public List<String> getComponentReferences(String[] var1);
}