MetaDataExtender.java
414 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.commons.json.JSONException
* org.apache.sling.commons.json.JSONObject
*/
package com.adobe.cq.mcm.campaign;
import org.apache.sling.commons.json.JSONException;
import org.apache.sling.commons.json.JSONObject;
public interface MetaDataExtender {
public void extend(JSONObject var1) throws JSONException;
}