All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.citytechinc.cq.component.editconfig.inplaceediting.image.ImageEditor Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.citytechinc.cq.component.editconfig.inplaceediting.image;

import com.citytechinc.cq.component.annotations.config.InPlaceEditor;
import com.citytechinc.cq.component.editconfig.AbstractInPlaceEditorElement;
import com.citytechinc.cq.component.editconfig.DefaultInPlaceEditorParameters;

@InPlaceEditor(annotationClass = com.citytechinc.cq.component.editconfig.annotations.inplaceeditors.ImageEditor.class,
    editorType = "image", makerClass = ImageEditorMaker.class)
public class ImageEditor extends AbstractInPlaceEditorElement {

    public ImageEditor(DefaultInPlaceEditorParameters parameters) {
        super(parameters);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy