PublishPreprocessor.java
308 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* javax.jcr.Session
*/
package com.adobe.aem.formsndocuments.publish;
import java.util.Map;
import javax.jcr.Session;
public interface PublishPreprocessor {
public void preprocess(Session var1, String var2, Map var3);
}