ReferenceProvider.java
503 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ConsumerType
* org.apache.sling.api.resource.Resource
*/
package com.adobe.granite.references;
import aQute.bnd.annotation.ConsumerType;
import com.adobe.granite.references.Reference;
import java.util.List;
import org.apache.sling.api.resource.Resource;
@ConsumerType
public interface ReferenceProvider {
public List<Reference> getReferences(Resource var1);
public String getType();
}