ReferenceProvider.java
380 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
*/
package com.day.cq.wcm.api.reference;
import com.day.cq.wcm.api.reference.Reference;
import java.util.List;
import org.apache.sling.api.resource.Resource;
public interface ReferenceProvider {
public List<Reference> findReferences(Resource var1);
}