ReferenceList.java 539 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 *  org.apache.sling.api.resource.Resource
 */
package com.adobe.granite.references;

import aQute.bnd.annotation.ProviderType;
import com.adobe.granite.references.Reference;
import java.util.List;
import org.apache.sling.api.resource.Resource;

@ProviderType
public interface ReferenceList
extends List<Reference> {
    public Resource getResource();

    public /* varargs */ List<Reference> subList(String ... var1);
}