VersionDef.java
313 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 VersionDef {
public String getIdentifier();
public String getDescription();
}