VariationDef.java 340 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 */
package com.adobe.cq.dam.cfm;

import aQute.bnd.annotation.ProviderType;

@ProviderType
public interface VariationDef {
    public String getName();

    public String getTitle();

    public String getDescription();
}