com.citytechinc.cq.component.editconfig.maker.InPlaceEditorMaker Maven / Gradle / Ivy
package com.citytechinc.cq.component.editconfig.maker;
import com.citytechinc.cq.component.editconfig.InPlaceEditorElement;
public interface InPlaceEditorMaker {
InPlaceEditorElement make() throws ClassNotFoundException, IllegalAccessException, InstantiationException;
}