AssetRelation.java 510 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 *  org.apache.sling.api.resource.ModifiableValueMap
 */
package com.adobe.granite.asset.api;

import aQute.bnd.annotation.ProviderType;
import com.adobe.granite.asset.api.Asset;
import org.apache.sling.api.resource.ModifiableValueMap;

@ProviderType
public interface AssetRelation {
    public Asset getAsset();

    public ModifiableValueMap getProperties();

    public String getName();
}