com.citytechinc.cq.component.annotations.widgets.rte.ParaFormat Maven / Gradle / Ivy
package com.citytechinc.cq.component.annotations.widgets.rte;
/**
* @see com.citytechinc.cq.component.annotations.widgets.RichTextEditor#paraformat()
*/
public @interface ParaFormat {
String tag();
String description();
}