com.citytechinc.cq.component.annotations.editconfig.FormParameter Maven / Gradle / Ivy
package com.citytechinc.cq.component.annotations.editconfig;
public @interface FormParameter {
String name();
String value();
}
package com.citytechinc.cq.component.annotations.editconfig;
public @interface FormParameter {
String name();
String value();
}