
com.citytechinc.cq.component.annotations.widgets.rte.Justify Maven / Gradle / Ivy
package com.citytechinc.cq.component.annotations.widgets.rte;
/**
* @see com.citytechinc.cq.component.annotations.widgets.RichTextEditor#justify()
*/
public @interface Justify {
boolean justifyleft() default true;
boolean justifycenter() default true;
boolean justifyright() default true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy